btobexprofiles/obexserviceman/obexservicemanserver/src/obexsmmain.cpp
changeset 41 0b2439c3e397
parent 37 91746b151f97
--- a/btobexprofiles/obexserviceman/obexservicemanserver/src/obexsmmain.cpp	Wed Jun 23 18:23:52 2010 +0300
+++ b/btobexprofiles/obexserviceman/obexservicemanserver/src/obexsmmain.cpp	Tue Jul 06 14:27:09 2010 +0300
@@ -99,7 +99,8 @@
 
 TInt E32Main() //used in all case( WINS and TARGET)
     {
-    __UHEAP_MARK;
+    //TODO uncomment UHEAP macros after orbit memory leaks are resolved till then it should be commented.
+//    __UHEAP_MARK;
 
     CTrapCleanup* cleanup=CTrapCleanup::New();
     TInt retVal = KErrNoMemory;
@@ -109,7 +110,7 @@
         delete cleanup;
         }
 
-    __UHEAP_MARKEND;
+ //   __UHEAP_MARKEND;
     return retVal;
     }