mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Free the source list, not just it's contents (Patch from Charles Kerr,
Mon Apr 21 18:29:03 2003 Owen Taylor <otaylor@redhat.com> * gtk/gtkiconfactory.c (gtk_icon_set_unref): Free the source list, not just it's contents (Patch from Charles Kerr, #108243)
This commit is contained in:
parent
355a5ee8ab
commit
e97e0e5435
@ -1,3 +1,9 @@
|
||||
Mon Apr 21 18:29:03 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
|
||||
the source list, not just it's contents (Patch
|
||||
from Charles Kerr, #108243)
|
||||
|
||||
Mon Apr 21 18:13:46 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Apr 21 18:29:03 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
|
||||
the source list, not just it's contents (Patch
|
||||
from Charles Kerr, #108243)
|
||||
|
||||
Mon Apr 21 18:13:46 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Apr 21 18:29:03 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
|
||||
the source list, not just it's contents (Patch
|
||||
from Charles Kerr, #108243)
|
||||
|
||||
Mon Apr 21 18:13:46 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Apr 21 18:29:03 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
|
||||
the source list, not just it's contents (Patch
|
||||
from Charles Kerr, #108243)
|
||||
|
||||
Mon Apr 21 18:13:46 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Apr 21 18:29:03 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (gtk_icon_set_unref): Free
|
||||
the source list, not just it's contents (Patch
|
||||
from Charles Kerr, #108243)
|
||||
|
||||
Mon Apr 21 18:13:46 2003 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/x11/gdkdnd-x11.c (gdk_window_cache_filter): Patch
|
||||
|
@ -1562,6 +1562,7 @@ gtk_icon_set_unref (GtkIconSet *icon_set)
|
||||
|
||||
tmp_list = g_slist_next (tmp_list);
|
||||
}
|
||||
g_slist_free (icon_set->sources);
|
||||
|
||||
clear_cache (icon_set, TRUE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user