summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-02-28 00:22:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-02-28 00:22:15 +0000
commit08db83d2ac8af907224a11cf18404209336cf1e3 (patch)
tree50e6134e5bc61622b20b7f3f17b3aa5da27cd199 /ChangeLog
parentb475130e4ff21f3e629c43df59a284c7fb736431 (diff)
downloadgtk+-08db83d2ac8af907224a11cf18404209336cf1e3.tar.gz
Don't leak a GtkRecentInfo. Found by Tommi Rantala
* gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak a GtkRecentInfo. Found by Tommi Rantala svn path=/trunk/; revision=22418
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fae56cb78c..710f7db131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-02-27 Matthias Clasen <mclasen@redhat.com>
+ Bug 572972 – GtkRecentChooserDefault: memory leak in
+ copy_activated_cb()
+
+ * gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
+ a GtkRecentInfo. Found by Tommi Rantala
+
+2009-02-27 Matthias Clasen <mclasen@redhat.com>
+
Bug 572968 – GtkIconView: image_description setter function strdups
wrong string