[Home]

Summary:ASTERISK-05552: [patch] memory leak at pbx_ael.c
Reporter:Dmytro Mishchenko (arkadia)Labels:
Date Opened:2005-11-10 08:16:19.000-0600Date Closed:2008-01-15 15:55:21.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:PBX/pbx_ael
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) 20051110__ael_memleak.diff.txt
Description:Two leaks:
1. At handle_macro()
'paramv' allocated but not released.

2. At handle_context()
'paramv' allocated but not released.


I except they can be released using arg_free()
Comments:By: Tilghman Lesher (tilghman) 2005-11-10 08:47:41.000-0600

Matching patch uploaded.  paramv not used in handle_context, though, so it's been removed.

By: Kevin P. Fleming (kpfleming) 2005-11-10 18:38:18.000-0600

Committed to CVS HEAD, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:55:21.000-0600

Repository: asterisk
Revision: 7055

U   trunk/ChangeLog
U   trunk/pbx/pbx_ael.c

------------------------------------------------------------------------
r7055 | kpfleming | 2008-01-15 15:55:21 -0600 (Tue, 15 Jan 2008) | 2 lines

issue ASTERISK-5552

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=7055