Re: [Sofia-sip-devel] Memory Leaks in 1.12.7?

2007-12-07 Thread mikhail.zabaluev
Hi, >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] On >Behalf Of ext Jerry Richards >Sent: Thursday, December 06, 2007 5:04 PM >To: sofia-sip-devel@lists.sourceforge.net >Subject: [Sofia-sip-devel] Memory Leaks in 1.12.7? > &g

[Sofia-sip-devel] Memory Leaks in 1.12.7?

2007-12-06 Thread Jerry Richards
Hello All, If I run my application overnight, it apparently exhausts all memory. I am running version 1.12.7. Best Regards, Jerry - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From

Re: [Sofia-sip-devel] Memory leaks in 1.12.7

2007-10-25 Thread Pekka Pessi
2007/10/24, Michael Jerris <[EMAIL PROTECTED]>: > we have this issue already narrowed down to the patch that caused it: > > > Mon Oct 8 07:54:24 EDT 2007 [EMAIL PROTECTED] > > * nua.c: nua event callback does not use nua_t object after > nua_destroy() > > call. sf.net bug #1803686 > > and Pekk

Re: [Sofia-sip-devel] Memory leaks in 1.12.7

2007-10-24 Thread Michael Jerris
we have this issue already narrowed down to the patch that caused it: > Mon Oct 8 07:54:24 EDT 2007 [EMAIL PROTECTED] > * nua.c: nua event callback does not use nua_t object after nua_destroy() > call. sf.net bug #1803686 and Pekka said he was going to look into it. I'll let him respond with

[Sofia-sip-devel] Memory leaks in 1.12.7

2007-10-24 Thread Fabio Margarido
Hi there, I'm observing serious memory leaks when using Sofia-sip 1.12.7 . I have a simple UAS test program with a NUA callback like: void event_callback(nua_event_t event, int status, char const *phrase, nua_t*nua,