[libgda/LIBGDA_4.0] Removed comment regarding xmlCleanupParser() as it should not be called



commit 91bbd2d855a1d60113f293849c696d9da7c8d5d4
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Jan 13 13:19:24 2010 +0100

    Removed comment regarding xmlCleanupParser() as it should not be called

 libgda/gda-data-model-import.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libgda/gda-data-model-import.c b/libgda/gda-data-model-import.c
index 86db3b2..89a5dc0 100644
--- a/libgda/gda-data-model-import.c
+++ b/libgda/gda-data-model-import.c
@@ -375,7 +375,6 @@ gda_data_model_import_dispose (GObject *object)
 			if (model->priv->extract.xml.reader) {
 				xmlFreeTextReader (model->priv->extract.xml.reader);
 				model->priv->extract.xml.reader = NULL;
-				/* xmlCleanupParser (); to be included? */
 			}
 			break;
 		case FORMAT_CSV:



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