diff -r aad866c37519 -r 7bad16cccaca pkiutilities/CertSaver/src/CertSaverDocument.cpp --- a/pkiutilities/CertSaver/src/CertSaverDocument.cpp Fri Jun 11 14:28:40 2010 +0300 +++ b/pkiutilities/CertSaver/src/CertSaverDocument.cpp Wed Jun 23 19:10:54 2010 +0300 @@ -112,7 +112,7 @@ OpenFileL( docStore, file ); - CleanupStack::PopAndDestroy(); // Close file + CleanupStack::PopAndDestroy(&file); // Close file return docStore; } @@ -137,7 +137,7 @@ iAO = new (ELeave) CShutterAO; iAO->Exit(); #ifdef _DEBUG - RDebug::Print( _L("Exiting OpenFileL") ); + #endif }