changeset 30 | cc1cea6aabaf |
parent 0 | 164170e6151a |
child 50 | 03674e5abf46 |
--- a/pkiutilities/CertSaver/src/CertSaverDocument.cpp Fri Jun 11 14:28:40 2010 +0300 +++ b/pkiutilities/CertSaver/src/CertSaverDocument.cpp Thu Jun 24 12:46:20 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 }