--- a/bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp Fri Jun 11 13:48:51 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifsrv/src/btnotifserver.cpp Wed Jun 23 18:23:52 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;
}