Hi,
On Tue, 11 Apr 2006, Marcin Michalak wrote:
I have the following problem: I create a separate pthread to start
the sofia library. At the end, it starts su_root_run(), which is
blocking.
When I exit the application, I'd like to close nicely and clean up,
so I run su_root_destroy(), but it co
Hello,
I have the following problem: I create a separate pthread to start
the sofia library. At the end, it starts su_root_run(), which is
blocking.
When I exit the application, I'd like to close nicely and clean up,
so I run su_root_destroy(), but it complains that its not the same
thread.