diff -r 63339781d179 -r 09b1ac925e3f pkiutilities/CertSaver/src/CertSaverDocument.cpp --- a/pkiutilities/CertSaver/src/CertSaverDocument.cpp Thu Aug 19 10:45:23 2010 +0300 +++ b/pkiutilities/CertSaver/src/CertSaverDocument.cpp Tue Aug 31 16:04:40 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 }