[gdl/gnome-3-0] Do not free the doc twice



commit 945285936622b93d12028e6abfd83a36d41a98b5
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Tue May 3 18:30:30 2011 +0200

    Do not free the doc twice

 gdl/gdl-dock-layout.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gdl/gdl-dock-layout.c b/gdl/gdl-dock-layout.c
index af4c7de..ea0ea40 100644
--- a/gdl/gdl-dock-layout.c
+++ b/gdl/gdl-dock-layout.c
@@ -211,8 +211,6 @@ gdl_dock_layout_dispose (GObject *object)
         layout->priv->layouts_model = NULL;
     }
 
-    xmlFreeDoc(layout->priv->doc);
-
     G_OBJECT_CLASS (gdl_dock_layout_parent_class)->dispose (object);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]