forked from AuroraMiddleware/gtk
Free the GError. Patch provided by Christian Persch
2004-01-29 Federico Mena Quintero <federico@ximian.com> * gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError. Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
This commit is contained in:
parent
0dff11c579
commit
e3138546d1
@ -1,3 +1,8 @@
|
||||
2004-01-29 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
|
||||
Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
|
||||
|
||||
Thu Jan 29 11:00:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkselection.c (gtk_selection_default_handler):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-29 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
|
||||
Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
|
||||
|
||||
Thu Jan 29 11:00:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkselection.c (gtk_selection_default_handler):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-29 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
|
||||
Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
|
||||
|
||||
Thu Jan 29 11:00:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkselection.c (gtk_selection_default_handler):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-29 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
|
||||
Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
|
||||
|
||||
Thu Jan 29 11:00:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkselection.c (gtk_selection_default_handler):
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-29 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkiconfactory.c (render_icon_name_pixbuf): Free the GError.
|
||||
Patch provided by Christian Persch <chpe@stud.uni-saarland.de>
|
||||
|
||||
Thu Jan 29 11:00:18 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkselection.c (gtk_selection_default_handler):
|
||||
|
@ -1622,6 +1622,7 @@ render_icon_name_pixbuf (GtkIconSource *icon_source,
|
||||
if (!tmp_pixbuf)
|
||||
{
|
||||
g_warning ("Error loading theme icon for stock: %s", error->message);
|
||||
g_error_free (error);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user