On 4/26/06, Colin Whittaker <[EMAIL PROTECTED]> wrote: > Here are my CVS diffs which fix the handle leaking problem. I also fixed > a couple of NULL pointer problems.
Thanks Colin. I merged the auc_authorize() and process_cancel() patches, however, slightly modified. They are now in darcs at http://dev-126.openlaboratory.net/repos/sofia-sip/. I had a look on the reference counting and it looks like nua_handle_destroy() did not decrease reference count. I found a couple of other cases where there was problems with reference counting and tried to fix them. Now the test_nua.c runs without handle leaks. I also added environment variable _NUA_HANDLE_DEBUG: when it is set, the nua stack prints a message when handle is created and when it is destroyed. Leaks can be spotted when the handle is destroyed after or during nua_shutdown(). -- Pekka.Pessi mail at nokia.com ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Sofia-sip-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel
