diff -r eedf17a17c27 -r cfd5c2994f10 ximpfw/core/srcutils/ximpobjecthelpers.cpp --- a/ximpfw/core/srcutils/ximpobjecthelpers.cpp Thu Aug 19 10:14:19 2010 +0300 +++ b/ximpfw/core/srcutils/ximpobjecthelpers.cpp Tue Aug 31 15:31:29 2010 +0300 @@ -59,7 +59,6 @@ // EXPORT_C void TXIMPHBuf8Packer::UnPackArrayL( RPointerArray< HBufC8 >& aBufferArray, const TDesC8& aPack ) { - CleanupClosePushL( aBufferArray ); // No reset if ( ! aPack.Length() ) { @@ -84,7 +83,6 @@ aBufferArray.AppendL( theObject ); } CleanupStack::Pop( objCount ); // all the objects - CleanupStack::PopAndDestroy(); // rs - CleanupStack::Pop( &aBufferArray ); + CleanupStack::PopAndDestroy(); // rs } // End of file