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 m
; Best Regards,
> Jerry
>
>
> --
>
> Message: 6
> Date: Wed, 09 Jul 2008 13:49:52 -0700
> From: Colin Whittaker <[EMAIL PROTECTED]>
> Subject: [Sofia-sip-devel] Possible Memory leak in 1.12.9
> To: Sofia-sip-devel@lists.sourceforge.net
&
gt;
Subject: [Sofia-sip-devel] Possible Memory leak in 1.12.9
To: Sofia-sip-devel@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi all,
Finally got a change to look at 1.12.9.
Had a few little issues with the build. Nothing bi
Hi all,
Finally got a change to look at 1.12.9.
Had a few little issues with the build. Nothing big, and mostly due to
the age of my system.
1. My ancient system does NOT have CLOCK_MONOTONIC, but does have
clock_gettime(). Had to manually #undefine HAVE_CLOCK_GETTIME in config.h
2. My system i