aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-node-db.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-node-db.c')
-rw-r--r--lib/ephy-node-db.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ephy-node-db.c b/lib/ephy-node-db.c
index 366b55365..86913d93c 100644
--- a/lib/ephy-node-db.c
+++ b/lib/ephy-node-db.c
@@ -81,8 +81,7 @@ ephy_node_db_set_name (EphyNodeDb *db, const char *name)
if (ephy_node_databases == NULL)
{
- ephy_node_databases = g_hash_table_new_full
- (g_str_hash, g_str_equal, g_free, NULL);
+ ephy_node_databases = g_hash_table_new (g_str_hash, g_str_equal);
}
g_hash_table_insert (ephy_node_databases, db->priv->name, db);