diff -r 09b1ac925e3f -r 03674e5abf46 pkiutilities/CertSaver/src/CertSaverDocument.cpp --- a/pkiutilities/CertSaver/src/CertSaverDocument.cpp Tue Aug 31 16:04:40 2010 +0300 +++ b/pkiutilities/CertSaver/src/CertSaverDocument.cpp Wed Sep 01 12:19:59 2010 +0100 @@ -112,7 +112,7 @@ OpenFileL( docStore, file ); - CleanupStack::PopAndDestroy(&file); // Close file + CleanupStack::PopAndDestroy(); // Close file return docStore; } @@ -137,7 +137,7 @@ iAO = new (ELeave) CShutterAO; iAO->Exit(); #ifdef _DEBUG - + RDebug::Print( _L("Exiting OpenFileL") ); #endif }