diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-19 04:39:30 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-19 04:39:30 +0000 |
commit | d1ab2bf3d5f13e64fbdfd21be3edf29d1eeefd9b (patch) | |
tree | f7534a2d2bcd6161e8d0629dcfdc808c9ee2972d /ChangeLog.pre-2-8 | |
parent | af7a0fa1544def2a67e5f57fbba490d38f81ac34 (diff) | |
download | gtk+-d1ab2bf3d5f13e64fbdfd21be3edf29d1eeefd9b.tar.gz |
Store GtkIconData structs in the per-directory hash, even if they come
2005-08-19 Matthias Clasen <mclasen@redhat.com>
* 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
structs. (#313852, Kjartan Maraas)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index dfbd127237..8e80e0dbd7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-08-19 Matthias Clasen <mclasen@redhat.com> + + * 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 + structs. (#313852, Kjartan Maraas) + 2005-08-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect |