bluetoothengine/bteng/src/btengserver.cpp
changeset 42 b72428996822
parent 30 df7a93ede42e
child 65 001a94c71129
--- a/bluetoothengine/bteng/src/btengserver.cpp	Fri May 28 17:03:06 2010 +0300
+++ b/bluetoothengine/bteng/src/btengserver.cpp	Mon Jul 12 18:51:05 2010 +0300
@@ -600,7 +600,8 @@
 //
 GLDEF_C TInt E32Main()
     {
-    __UHEAP_MARK;
+    //TODO uncomment UHEAP macros after orbit memory leaks are resolved till then it should be commented.
+//    __UHEAP_MARK;
     TRACE_FUNC_ENTRY
     CTrapCleanup* cleanup = CTrapCleanup::New();
     TInt err = KErrNoMemory;
@@ -609,6 +610,6 @@
         TRAP( err, RunServerL() );
         delete cleanup;
         }
-    __UHEAP_MARKEND;
+//    __UHEAP_MARKEND;
     return err;
     }