From 2d89547a741b0b2991c36e4ae86a9cd7cc36985c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Rameau?= Date: Thu, 2 Feb 2006 17:11:16 +0000 Subject: Fix some memory leaks. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2006-02-02 Jean-François Rameau * lib/egg/egg-editable-toolbar.c: (toolbar_visibility_refresh): * src/bookmarks/ephy-topics-entry.c: (update_database): Fix some memory leaks. --- src/bookmarks/ephy-topics-entry.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/bookmarks/ephy-topics-entry.c b/src/bookmarks/ephy-topics-entry.c index e9fc3ab74..2c501b3d6 100644 --- a/src/bookmarks/ephy-topics-entry.c +++ b/src/bookmarks/ephy-topics-entry.c @@ -295,6 +295,8 @@ update_database (EphyTopicsEntry *entry) valid = gtk_tree_model_iter_next (model, &iter); } + g_strfreev (split); + priv->lock = FALSE; } -- cgit v1.2.3