diff -r 989397f9511c -r 67b3e3c1fc87 pkiutilities/DeviceToken/Src/Shared/DevTokenCertInfo.cpp --- a/pkiutilities/DeviceToken/Src/Shared/DevTokenCertInfo.cpp Thu Oct 14 13:56:11 2010 +0300 +++ b/pkiutilities/DeviceToken/Src/Shared/DevTokenCertInfo.cpp Wed Oct 20 14:51:23 2010 +0300 @@ -73,8 +73,10 @@ aSize, aSubjectKeyId, aIssuerKeyId, - aCertificateId); + aCertificateId); + CleanupStack::PushL( self ); self->ConstructL(NULL); + CleanupStack::Pop( self ); return self; } @@ -101,7 +103,9 @@ aIssuerKeyId, aCertificateId, aDeletable); + CleanupStack::PushL( self ); self->ConstructL(NULL); + CleanupStack::Pop( self ); return self; }