| branch | GCC_SURGE |
| changeset 40 | 604cd42065d1 |
| parent 37 | 7bad16cccaca |
| child 50 | 03674e5abf46 |
--- 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 }