diff options
author | Jean-François Rameau <jframeau@cvs.gnome.org> | 2006-02-03 01:11:16 +0800 |
---|---|---|
committer | Jean-François Rameau <jframeau@src.gnome.org> | 2006-02-03 01:11:16 +0800 |
commit | 2d89547a741b0b2991c36e4ae86a9cd7cc36985c (patch) | |
tree | 2b554513562973abe39aacf0f4cc70396d589df9 /src/bookmarks/ephy-topics-entry.c | |
parent | 1300f32c7260ec273057b631e9ab497501eb7e92 (diff) | |
download | gsoc2013-epiphany-2d89547a741b0b2991c36e4ae86a9cd7cc36985c.tar.gz gsoc2013-epiphany-2d89547a741b0b2991c36e4ae86a9cd7cc36985c.tar.zst gsoc2013-epiphany-2d89547a741b0b2991c36e4ae86a9cd7cc36985c.zip |
Fix some memory leaks.
2006-02-02 Jean-François Rameau <jframeau@cvs.gnome.org>
* lib/egg/egg-editable-toolbar.c: (toolbar_visibility_refresh):
* src/bookmarks/ephy-topics-entry.c: (update_database):
Fix some memory leaks.
Diffstat (limited to 'src/bookmarks/ephy-topics-entry.c')
-rw-r--r-- | src/bookmarks/ephy-topics-entry.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |