I try to use STUN feature of Sofia i have the following problem:
If i try to destroy stun_handle_t (with stun_handle_destroy) inside
stun_bind_cb there is always a segfault at row 2001 of stun.c file
because sofia try to access to req variable after that req is been
destroyed by stun_handle_destroy. So where we have to call
stun_handle_destroy?
Or however patch in attach seems resolve problem.
Could be a valid solution patch attached?
Thanks in advance.
Bye
Ge@@ru & Stefano Marengo
1996a1997,1998
> req->sr_state = stun_req_dispose_me;
>
2000d2001
< req->sr_state = stun_req_dispose_me;
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel