networksecurity/tls/protocol/tlshandshake.cpp
branchRCL_3
changeset 75 c1029e558ef5
parent 67 bb2423252ea3
--- a/networksecurity/tls/protocol/tlshandshake.cpp	Wed Sep 15 13:53:10 2010 +0300
+++ b/networksecurity/tls/protocol/tlshandshake.cpp	Wed Oct 13 16:17:27 2010 +0300
@@ -55,7 +55,7 @@
   	LOG(Log::Printf(_L("self %x - %x"), self, (TUint)self + sizeof( CHandshake ));)
 	CleanupStack::PushL(self);
 	self->ConstructL(aTlsConnection);
-	CleanupStack::Pop(self);
+	CleanupStack::Pop();
 	return self;
 }