dect
/
asterisk
Archived
13
0
Fork 0

Fix memory leak when MALLOC_DEBUG is enabled.

(closes issue #13864)
 Reported by: eliel
 Patches: 
       readline.c.patch uploaded by eliel (license 64)


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@155763 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
tilghman 2008-11-10 18:04:30 +00:00
parent d3011dda43
commit 68d353e96e
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include "asterisk.h"
#include "config.h"
#if !defined(lint) && !defined(SCCSID)
__RCSID("$NetBSD: readline.c,v 1.21 2002/03/18 16:20:36 christos Exp $");