--- a/bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp Fri May 28 17:03:06 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp Mon Jul 12 18:51:05 2010 +0300
@@ -272,7 +272,8 @@
//
GLDEF_C TInt E32Main()
{
- __UHEAP_MARK;
+ // Disabled until memory leak in QT/Open C are fixed
+ // __UHEAP_MARK;
CTrapCleanup* cleanup = CTrapCleanup::New();
TInt err = KErrNoMemory;
if ( cleanup )
@@ -280,7 +281,8 @@
TRAP( err, RunServerL() );
delete cleanup;
}
- __UHEAP_MARKEND;
+ // Disabled until memory leak in QT/Open C are fixed
+ // __UHEAP_MARKEND;
return err;
}