[epiphany] ephy-window: missing g_list_free



commit d81d45be08394c21709a547348f90b6f6e030c14
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Thu Jan 20 14:53:33 2011 -0500

    ephy-window: missing g_list_free

 src/ephy-window.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-window.c b/src/ephy-window.c
index 806eda0..72da8dc 100644
--- a/src/ephy-window.c
+++ b/src/ephy-window.c
@@ -3289,6 +3289,7 @@ allow_popups_notifier (GSettings *settings,
 
 		g_object_notify (G_OBJECT (ephy_embed_get_web_view (embed)), "popups-allowed");
 	}
+	g_list_free (tabs);
 }
 
 static EphyEmbed *



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