Author: damitha
Date: Wed Feb  6 20:15:09 2008
New Revision: 619255

URL: http://svn.apache.org/viewvc?rev=619255&view=rev
Log:
Fixed a double free problem

Modified:
    webservices/sandesha/trunk/c/src/client/client.c

Modified: webservices/sandesha/trunk/c/src/client/client.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/client/client.c?rev=619255&r1=619254&r2=619255&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/client/client.c (original)
+++ webservices/sandesha/trunk/c/src/client/client.c Wed Feb  6 20:15:09 2008
@@ -1616,10 +1616,6 @@
         sandesha2_seq_property_mgr_free(seq_prop_mgr, env);
     if(next_msg_mgr)
         sandesha2_next_msg_mgr_free(next_msg_mgr, env);
-    if(seq_prop_mgr)
-        sandesha2_seq_property_mgr_free(seq_prop_mgr, env);
-    if(next_msg_mgr)
-        sandesha2_next_msg_mgr_free(next_msg_mgr, env);
     if(storage_mgr)
         sandesha2_storage_mgr_free(storage_mgr, env);
     return seq_report;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to