Re: [Sofia-sip-devel] Possible Memory leak in 1.12.9

2008-07-24 Thread Pekka Pessi
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

Re: [Sofia-sip-devel] Possible Memory leak in 1.12.9

2008-07-10 Thread Colin Whittaker
; 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 &

Re: [Sofia-sip-devel] Possible Memory leak in 1.12.9

2008-07-10 Thread Jerry Richards
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

[Sofia-sip-devel] Possible Memory leak in 1.12.9

2008-07-09 Thread Colin Whittaker
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