Author: damitha
Date: Wed Jan 23 04:15:38 2008
New Revision: 614516

URL: http://svn.apache.org/viewvc?rev=614516&view=rev
Log:
Fixing memory leaks

Modified:
    webservices/sandesha/trunk/c/src/util/seq_mgr.c

Modified: webservices/sandesha/trunk/c/src/util/seq_mgr.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/seq_mgr.c?rev=614516&r1=614515&r2=614516&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/seq_mgr.c (original)
+++ webservices/sandesha/trunk/c/src/util/seq_mgr.c Wed Jan 23 04:15:38 2008
@@ -317,6 +317,7 @@
         value = sandesha2_seq_property_bean_get_value(seq_prop_bean, env);
         if(value)
             last_activated_time = atol(value);
+        sandesha2_seq_property_bean_free(seq_prop_bean, env);
     }
     return last_activated_time;
 }



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

Reply via email to