diff -r 19bd632b5100 -r b72428996822 bluetoothengine/bteng/src/btengserver.cpp --- 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; }