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: https://origsvn.digium.com/svn/asterisk/trunk@155763 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Tilghman Lesher 17 years ago
parent 23adb8e509
commit a974729765

@ -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 $");

Loading…
Cancel
Save