aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXan Lopez <xan@gnome.org>2010-10-10 22:06:16 +0800
committerXan Lopez <xan@gnome.org>2010-10-12 20:15:44 +0800
commit76c730a46e58a239a448c68115d1e44ca9199749 (patch)
tree248188bd493c976cc6606a589e5f0cb0c499ec8a
parent6375ebd3361a02e6c996140b33979fc1061ef734 (diff)
downloadgsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.tar
gsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.tar.gz
gsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.tar.bz2
gsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.tar.lz
gsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.tar.xz
gsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.tar.zst
gsoc2013-epiphany-76c730a46e58a239a448c68115d1e44ca9199749.zip
ephy-bookmarks: plug leak
-rw-r--r--src/bookmarks/ephy-bookmarks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c
index 43c1ad9d9..ec199dc5f 100644
--- a/src/bookmarks/ephy-bookmarks.c
+++ b/src/bookmarks/ephy-bookmarks.c
@@ -1350,6 +1350,7 @@ ephy_bookmarks_finalize (GObject *object)
ephy_node_unref (priv->keywords);
ephy_node_unref (priv->favorites);
ephy_node_unref (priv->notcategorized);
+ ephy_node_unref (priv->smartbookmarks);
g_object_unref (priv->db);