bluetoothengine/btaudioman/src/basrvmain.cpp
branchRCL_3
changeset 56 9386f31cc85b
parent 55 613943a21004
--- a/bluetoothengine/btaudioman/src/basrvmain.cpp	Tue Aug 31 15:25:10 2010 +0300
+++ b/bluetoothengine/btaudioman/src/basrvmain.cpp	Wed Sep 01 12:20:04 2010 +0100
@@ -30,8 +30,8 @@
 GLDEF_C TInt E32Main()
     {
     TRACE_STATIC_FUNC
-    //TODO uncomment UHEAP macros after orbit & Qt memory leaks are resolved till then it should be commented.
-//    __UHEAP_MARK;
+
+    __UHEAP_MARK;
     CTrapCleanup* cleanup=CTrapCleanup::New();
     TInt r=KErrNoMemory;
     if (cleanup)
@@ -40,7 +40,7 @@
         delete cleanup;
         }
     //
-//    __UHEAP_MARKEND;
+    __UHEAP_MARKEND;
     return r;
     }