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

List:       kde-commits
Subject:    branches/KDE/3.4/kdenetwork/kopete/libkopete
From:       Olivier Goffart <ogoffart () kde ! org>
Date:       2005-07-17 19:56:46
Message-ID: 1121630206.842071.22708.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 435664 by ogoffart:

Backport  xsltFree fix


 M  +1 -1      kopetexsl.cpp  


--- branches/KDE/3.4/kdenetwork/kopete/libkopete/kopetexsl.cpp #435663:435664
@@ -156,7 +156,7 @@
 				int size;
 				xmlDocDumpMemory( resultDoc, &mem, &size );
 				resultString = QString::fromUtf8( QCString( ( char * )( mem ), size + 1 ) );
-				free( mem );
+				xmlFree( mem );
 				xmlFreeDoc( resultDoc );
 			}
 			else
[prev in list] [next in list] [prev in thread] [next in thread] 

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