bluetoothengine/btaudioman/src/basrvmain.cpp
branchRCL_3
changeset 55 613943a21004
parent 0 f63038272f30
child 56 9386f31cc85b
--- a/bluetoothengine/btaudioman/src/basrvmain.cpp	Thu Aug 19 10:05:41 2010 +0300
+++ b/bluetoothengine/btaudioman/src/basrvmain.cpp	Tue Aug 31 15:25:10 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;
     }