diff -r b63e8c2d8cff -r 604cd42065d1 pkiutilities/CertSaver/src/CertSaverDocument.cpp --- a/pkiutilities/CertSaver/src/CertSaverDocument.cpp Thu Jun 17 12:11:51 2010 +0100 +++ b/pkiutilities/CertSaver/src/CertSaverDocument.cpp Thu Jul 22 16:43:28 2010 +0100 @@ -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 }