diff -r 997690c3397a -r 0b2439c3e397 bluetoothengine/btaudioman/src/basrvmain.cpp --- a/bluetoothengine/btaudioman/src/basrvmain.cpp Wed Jun 23 18:23:52 2010 +0300 +++ b/bluetoothengine/btaudioman/src/basrvmain.cpp Tue Jul 06 14:27:09 2010 +0300 @@ -30,8 +30,8 @@ GLDEF_C TInt E32Main() { TRACE_STATIC_FUNC - - __UHEAP_MARK; + //TODO uncomment UHEAP macros after orbit & Qt memory leaks are resolved till then it should be commented. +// __UHEAP_MARK; CTrapCleanup* cleanup=CTrapCleanup::New(); TInt r=KErrNoMemory; if (cleanup) @@ -40,7 +40,7 @@ delete cleanup; } // - __UHEAP_MARKEND; +// __UHEAP_MARKEND; return r; }