2008/7/9 Colin Whittaker <[EMAIL PROTECTED]>:
> 1. My ancient system does NOT have CLOCK_MONOTONIC, but does have
> clock_gettime(). Had to manually #undefine HAVE_CLOCK_GETTIME in config.h

Added check for CLOCK_MONOTONIC, too.

> 2. My system is also missing va_copy(), which is taken care of in many
> .c files, but su_tagarg.h uses it in the macro for ta_start, but relies
> on it being supplied by some system include file.
> Here is the change I copied from one of the C files that had it:

Applied.

> So I'm running 1.12.9 and I am seeing a memory leak if the caller hangs
> up, i.e. sends the BYE.
> Looks like the handle is not being free'd
> But, it is no longer on the nua->nua_handles list. I'm not sure where to
> start looking for the problem.

Looks yet another complication on making BYE method a first class
citizen. I'll see it with test programs (when I remember to use
--trace-children=yes), too

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to