[epiphany] popup-commands: missing unref



commit 306c6473dcbba00074109ba68fb672cba860c61b
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Tue Jan 26 16:17:59 2010 -0500

    popup-commands: missing unref
    
    Bug #600987

 src/popup-commands.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/popup-commands.c b/src/popup-commands.c
index c2d7267..06280a4 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]