--- a/webengine/widgetregistry/Server/src/WidgetRegistry.cpp Fri May 08 08:25:06 2009 +0300
+++ b/webengine/widgetregistry/Server/src/WidgetRegistry.cpp Fri Jul 03 15:54:40 2009 +0100
@@ -29,6 +29,7 @@
#include <libc\stdlib.h>
#include <libxml2_parser.h>
#include <libxml2_tree.h>
+#include <xmlengxestd.h>
#include "WidgetMMCHandler.h"
#include "UidAllocator.h"
#if defined( BRDO_WRT_SECURITY_MGR_FF )
@@ -1664,7 +1665,7 @@
xmlFreeDoc(doc);
xmlCleanupParser();
- xmlCleanupGlobalData();
+ XmlEngineCleanup();
CleanupStack::PopAndDestroy( buf );
}