[xiph-commits] r10537 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Sun Dec 4 16:47:53 PST 2005


Author: jm
Date: 2005-12-04 16:47:51 -0800 (Sun, 04 Dec 2005)
New Revision: 10537

Modified:
   trunk/speex/libspeex/jitter.c
Log:
fixed memory leak (now destroying the SpeexBits struct)


Modified: trunk/speex/libspeex/jitter.c
===================================================================
--- trunk/speex/libspeex/jitter.c	2005-12-04 23:18:34 UTC (rev 10536)
+++ trunk/speex/libspeex/jitter.c	2005-12-05 00:47:51 UTC (rev 10537)
@@ -74,6 +74,7 @@
 
 void speex_jitter_destroy(SpeexJitter *jitter)
 {
+   speex_bits_destroy(&jitter->current_packet);
 }
 
 



More information about the commits mailing list