--- a/syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp Fri Sep 24 20:27:11 2010 +0530
+++ b/syncmlfw/ds/hostserver/dshostservers/src/nsmldshostserver2.cpp Tue Sep 28 17:53:08 2010 +0530
@@ -109,6 +109,11 @@
//
GLDEF_C TInt E32Main()
{
+ // Temporary Workaround for Kernel Issue (ou1cimx1#131074)
+ // Load libc here because otherwise plugins which link to Qt will result in libc constructors being called twice
+ RLibrary lib;
+ lib.Load(_L("libc"));
+
return CNSmlDSHostServer2::LaunchServer( NULL );
}