dect
/
asterisk
Archived
13
0
Fork 0

When using MALLOC_DEBUG, codec_lpc10 leaks memory, because it matches a library

malloc() with an ast_free (which, of course, doesn't match up with known
allocated memory, so the free fails).
(closes issue #13702)
 Reported by: eliel
 Patches: 
       codec_lpc10_lpcini.c uploaded by eliel (license 64)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@149637 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2008-10-15 16:41:54 +00:00
parent 98cebd4ad8
commit e23f545860
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Some OSS fixes and a few lpc changes to make it actually work
-lf2c -lm (in that order)
*/
#include <stdlib.h>
#include "asterisk.h"
#include "f2c.h"
#ifdef P_R_O_T_O_T_Y_P_E_S