[asterisk-commits] tilghman: branch 1.6.1 r155764 - in /branches/1.6.1: ./ main/editline/readline.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Nov 10 12:05:44 CST 2008


Author: tilghman
Date: Mon Nov 10 12:05:44 2008
New Revision: 155764

URL: http://svn.digium.com/view/asterisk?view=rev&rev=155764
Log:
Merged revisions 155763 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
  r155763 | tilghman | 2008-11-10 12:04:30 -0600 (Mon, 10 Nov 2008) | 6 lines
  
  Fix memory leak when MALLOC_DEBUG is enabled.
  (closes issue #13864)
   Reported by: eliel
   Patches: 
         readline.c.patch uploaded by eliel (license 64)
........

Modified:
    branches/1.6.1/   (props changed)
    branches/1.6.1/main/editline/readline.c

Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.1/main/editline/readline.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/main/editline/readline.c?view=diff&rev=155764&r1=155763&r2=155764
==============================================================================
--- branches/1.6.1/main/editline/readline.c (original)
+++ branches/1.6.1/main/editline/readline.c Mon Nov 10 12:05:44 2008
@@ -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 $");




More information about the asterisk-commits mailing list