networksecurity/tls/protocol/tlshandshake.cpp
changeset 68 1697cc2ba93d
parent 0 af10295192d8
child 75 c1029e558ef5
--- a/networksecurity/tls/protocol/tlshandshake.cpp	Thu Sep 16 13:48:44 2010 +0530
+++ b/networksecurity/tls/protocol/tlshandshake.cpp	Thu Sep 23 17:23:35 2010 +0530
@@ -55,7 +55,7 @@
   	LOG(Log::Printf(_L("self %x - %x"), self, (TUint)self + sizeof( CHandshake ));)
 	CleanupStack::PushL(self);
 	self->ConstructL(aTlsConnection);
-	CleanupStack::Pop();
+	CleanupStack::Pop(self);
 	return self;
 }