mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp
branchRCL_3
changeset 18 453dfc402455
parent 0 d0791faffa3f
--- a/mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp	Thu Jul 15 19:35:12 2010 +0300
+++ b/mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp	Thu Aug 19 10:44:03 2010 +0300
@@ -128,7 +128,9 @@
                 }
                 
             __ASSERT_DEBUG(chunk, User::Invariant());
+            CleanupStack::PushL(chunk);
             ChunkAppendL(*chunk);
+            CleanupStack::Pop(chunk);
             }
         }
     }