linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] memory leak bug on linphone-1.5.1


From: Yoshikazu GOTO
Subject: [Linphone-developers] memory leak bug on linphone-1.5.1
Date: Fri, 01 Dec 2006 01:00:12 +0900 (JST)

Hi all,

I found a memory leak bug on linphone-1.5.1. I attach a patch file.
Please review and commit it.

Thanks.


-=-=-=-
// Yoshikazu GOTO
// E-mail: address@hidden
-=-=-=-
\e


-=-=-=-
// Yoshikazu GOTO
// E-mail: address@hidden
-=-=-=-
\e

diff -rc ../../../linphone-1.5.1.orig/mediastreamer2/src/msspeex.c ./msspeex.c
*** ../../../linphone-1.5.1.orig/mediastreamer2/src/msspeex.c   Wed Sep 20 
20:53:13 2006
--- ./msspeex.c Thu Nov 30 18:56:15 2006
***************
*** 244,249 ****
--- 244,250 ----
  
                mblk_set_timestamp_info(om,s->ts-s->frame_size);
                ms_queue_put(f->outputs[0],om);
+               speex_bits_destroy(&bits);
        }
  }
  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]