piprofiler/plugins/GeneralsPlugin/src/MemSamplerImpl.cpp
branchRCL_3
changeset 59 8ad140f3dd41
parent 49 7fdc9a71d314
--- a/piprofiler/plugins/GeneralsPlugin/src/MemSamplerImpl.cpp	Wed Sep 15 13:53:27 2010 +0300
+++ b/piprofiler/plugins/GeneralsPlugin/src/MemSamplerImpl.cpp	Wed Oct 13 16:17:58 2010 +0300
@@ -339,6 +339,7 @@
             // this chunk has not been tagged yet
             name.Zero();
             c->TraceAppendName(name,false);
+            const TUint8* ptr = name.Ptr();
             
             TAG(c) = (PROFILER_CHUNK_MARK);
             this->heapChunkNamesToReport[iNewChunkCount] = c;
@@ -462,6 +463,7 @@
             // this library has not been tagged yet
             name.Zero();
             l->TraceAppendName(name,false);
+            const TUint8* ptr = name.Ptr();
             
             TAG(l) = (PROFILER_LIBRARY_MARK);
             this->libraryNamesToReport[iNewLibraryCount] = l;