bluetoothengine/bteng/src/btengserver.cpp
changeset 41 0b2439c3e397
parent 19 43824b19ee35
child 66 b3d605f76ff8
--- a/bluetoothengine/bteng/src/btengserver.cpp	Wed Jun 23 18:23:52 2010 +0300
+++ b/bluetoothengine/bteng/src/btengserver.cpp	Tue Jul 06 14:27:09 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;
     }