Skip to content
Snippets Groups Projects
Commit a9747297 authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 23adb8e5
Branches
Tags
No related merge requests found
......@@ -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 $");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment