diff -r bb2423252ea3 -r c1029e558ef5 networksecurity/tls/protocol/applicationdata.cpp --- a/networksecurity/tls/protocol/applicationdata.cpp Wed Sep 15 13:53:10 2010 +0300 +++ b/networksecurity/tls/protocol/applicationdata.cpp Wed Oct 13 16:17:27 2010 +0300 @@ -35,7 +35,7 @@ LOG(Log::Printf(_L("self %x - %x"), self, (TUint)self + sizeof( CSendAppData ));) CleanupStack::PushL( self ); self->ConstructL( aRecordComposer ); - CleanupStack::Pop(self); + CleanupStack::Pop(); return self; } @@ -167,7 +167,7 @@ LOG(Log::Printf(_L("self %x - %x"), self, (TUint)self + sizeof( CRecvAppData ));) CleanupStack::PushL( self ); self->ConstructL( aTlsConnection ); - CleanupStack::Pop(self); + CleanupStack::Pop(); return self; }