[anjuta-extras/gnome-2.32] profiler: bgo#633018 crash in Anjuta IDE: misuse of xmlCleanupParser



commit 0d0aa700a73319988da092678ac5d41a8d149001
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sat Dec 25 15:42:40 2010 +0100

    profiler: bgo#633018 crash in Anjuta IDE: misuse of xmlCleanupParser

 plugins/profiler/gprof-options.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/plugins/profiler/gprof-options.c b/plugins/profiler/gprof-options.c
index a67ff93..b15fe3e 100644
--- a/plugins/profiler/gprof-options.c
+++ b/plugins/profiler/gprof-options.c
@@ -427,7 +427,6 @@ gprof_options_load (GProfOptions *self, const gchar *path)
 		gprof_options_parse_tree (self, root);
 		
 		xmlFreeDoc (settings_doc);
-		xmlCleanupParser ();
 	}
 }
 
@@ -447,5 +446,4 @@ gprof_options_save (GProfOptions *self, const gchar *path)
 	xmlSaveFormatFile (path, settings_doc, TRUE);
 	
 	xmlFreeDoc (settings_doc);
-	xmlCleanupParser ();
 }



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