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