# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1286969538 -10800 # Node ID 4cb0291370d024a2e46927ff7ba97d42a64acfdc # Parent d59c248c9d360e8367b4cd6d4c8921367ee4d2f9 Revision: 201037 Kit: 201041 diff -r d59c248c9d36 -r 4cb0291370d0 ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp --- a/ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp Wed Sep 01 12:30:38 2010 +0100 +++ b/ImagePrint/ImagePrintUI/imageprintapp/src/cimageprintappui.cpp Wed Oct 13 14:32:18 2010 +0300 @@ -428,6 +428,11 @@ HBufC* buf = StringLoader::LoadLC( R_QTN_PRINT_SELECTNEW_NOTE ); errornote->ExecuteLD( *buf ); CleanupStack::PopAndDestroy( buf ); + CleanupStack::PopAndDestroy(paramList); + readStream.Close(); + readStream.Pop(); + CleanupStack::PopAndDestroy( &fileServer ); + delete imageFiles; Exit(); } diff -r d59c248c9d36 -r 4cb0291370d0 ImagePrint/ImagePrintUI/imageprinteng/src/cidleprinteventcatcher.cpp --- a/ImagePrint/ImagePrintUI/imageprinteng/src/cidleprinteventcatcher.cpp Wed Sep 01 12:30:38 2010 +0100 +++ b/ImagePrint/ImagePrintUI/imageprinteng/src/cidleprinteventcatcher.cpp Wed Oct 13 14:32:18 2010 +0300 @@ -124,18 +124,16 @@ CAknErrorNote* errornote = new CAknErrorNote( ETrue ); TInt err ( KErrNone ); TRAP( err, errornote->ExecuteLD( *iBuf )); - + if ( iBuf ) + { + delete iBuf; + iBuf = NULL; + } } for( TInt i=0; iUsbPrinterDisconnected(); - } - if ( iBuf ) - { - delete iBuf; - iBuf = NULL; - } - + } } } break;