diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-02-28 00:22:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-02-28 00:22:15 +0000 |
commit | 08db83d2ac8af907224a11cf18404209336cf1e3 (patch) | |
tree | 50e6134e5bc61622b20b7f3f17b3aa5da27cd199 /ChangeLog | |
parent | b475130e4ff21f3e629c43df59a284c7fb736431 (diff) | |
download | gtk+-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |