aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'lib/widgets')
-rwxr-xr-xlib/widgets/ephy-toolbars-group.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/ephy-toolbars-group.c b/lib/widgets/ephy-toolbars-group.c
index e923044f1..98e36feb9 100755
--- a/lib/widgets/ephy-toolbars-group.c
+++ b/lib/widgets/ephy-toolbars-group.c
@@ -325,6 +325,8 @@ load_defaults (EphyToolbarsGroup *t)
child = child->next;
}
+
+ xmlFreeDoc (doc);
}
static void
@@ -345,6 +347,8 @@ load_toolbar (EphyToolbarsGroup *t)
t->priv->toolbars = g_node_new (NULL);
parse_toolbars (t, root->children);
+
+ xmlFreeDoc (doc);
}
char *