Fix a memory leak in GtkImage
https://bugzilla.gnome.org/show_bug.cgi?id=678175
This commit is contained in:
@ -365,6 +365,8 @@ gtk_image_finalize (GObject *object)
|
|||||||
|
|
||||||
g_clear_object (&image->priv->icon_helper);
|
g_clear_object (&image->priv->icon_helper);
|
||||||
|
|
||||||
|
g_free (image->priv->filename);
|
||||||
|
|
||||||
G_OBJECT_CLASS (gtk_image_parent_class)->finalize (object);
|
G_OBJECT_CLASS (gtk_image_parent_class)->finalize (object);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user