diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/widgets/ephy-toolbars-group.c | 4 |
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 * |