webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp
branchRCL_3
changeset 11 6abf3d6055cd
parent 3 b5a195438f6a
child 13 bf3935de63a1
--- a/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp	Fri Feb 19 23:55:35 2010 +0200
+++ b/webservices/wshttpchanneltransportplugin/src/senhttpchanneltransportplugin.cpp	Mon Mar 15 12:44:52 2010 +0200
@@ -115,8 +115,11 @@
     iSessionMap.Reset(); 
 
     delete iHttpChannel;
+    iHttpChannel = NULL;
     delete iRequester;
+    iRequester = NULL;
     delete iProperties;
+    iProperties = NULL;
 
     delete ipCtx;
     ipCtx = NULL;