From 306c6473dcbba00074109ba68fb672cba860c61b Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 26 Jan 2010 16:17:59 -0500 Subject: popup-commands: missing unref Bug #600987 --- src/popup-commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/popup-commands.c b/src/popup-commands.c index c2d7267af..06280a45b 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -356,6 +356,7 @@ popup_cmd_set_image_as_background (GtkAction *action, window); ephy_embed_persist_save (persist); + g_object_unref (persist); g_value_unset (&value); g_free (dest); -- cgit v1.2.3