diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-19 05:16:31 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-19 05:16:31 +0000 |
commit | ba8fd4b9e29f3861a23381a73c67264d2f662637 (patch) | |
tree | d1250c96283f04e74da23ff37d6b0c7970b2ebf5 /ChangeLog.pre-2-8 | |
parent | d1ab2bf3d5f13e64fbdfd21be3edf29d1eeefd9b (diff) | |
download | gdk-pixbuf-ba8fd4b9e29f3861a23381a73c67264d2f662637.tar.gz |
Free children in all cases. (#313862, Kjartan Maraas)
2005-08-19 Matthias Clasen <mclasen@redhat.com>
* gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
children in all cases. (#313862, Kjartan Maraas)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8e80e0dbd..3ee24dc4c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2005-08-19 Matthias Clasen <mclasen@redhat.com> + * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free + children in all cases. (#313862, Kjartan Maraas) + * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs in the per-directory hash, even if they come from the icon cache. We tried to avoid that before, but as a result leaked icon data |