diff -r 08ec8eefde2f -r c084286672be traceservices/commsdebugutility/SSVR/comsdbgwriter.cpp --- a/traceservices/commsdebugutility/SSVR/comsdbgwriter.cpp Fri Jan 22 11:06:30 2010 +0200 +++ b/traceservices/commsdebugutility/SSVR/comsdbgwriter.cpp Tue Jan 26 13:16:24 2010 +0200 @@ -134,8 +134,6 @@ TInt CLogManager::ThreadEntryPoint(TAny* aPtr) { - __UHEAP_MARK; - MLogArrayAccess* arrayAccess = static_cast (aPtr); CTrapCleanup* cleanupStack = CTrapCleanup::New(); @@ -148,8 +146,6 @@ delete cleanupStack; - __UHEAP_MARKEND; - return err; }