diff -r dbd1c5e08735 -r 453dfc402455 mtpfws/mtpfw/datatypes/src/cmtptypeobjectinfo.cpp --- 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); } } }