aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ephy-node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-node.c b/lib/ephy-node.c
index b8d5f8959..087d18fdc 100644
--- a/lib/ephy-node.c
+++ b/lib/ephy-node.c
@@ -318,7 +318,7 @@ ephy_node_new_with_id (EphyNodeDb *db, gulong reserved_id)
node = g_new0 (EphyNode, 1);
- node->ref_count = 0;
+ node->ref_count = 1;
node->id = reserved_id;