[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/strigi/src/streamanalyzer
From:       Pino Toscano <pino () kde ! org>
Date:       2009-05-02 23:52:43
Message-ID: 1241308363.804542.30026.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 962710 by pino:

xmlFreeParserCtxt() does not free the xmlDoc of the ctxt, so we have to do that before disposing the ctxt


 M  +1 -0      fieldpropertiesdb.cpp  


--- trunk/kdesupport/strigi/src/streamanalyzer/fieldpropertiesdb.cpp #962709:962710
@@ -380,6 +380,7 @@
         cerr << "saxError in FieldPropertiesDB::parseProperties." << endl;
     }
 
+    xmlFreeDoc(ctxt->myDoc);
     xmlFreeParserCtxt(ctxt);
     entities.clear();
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic