[asterisk-bugs] [Asterisk 0015699]: [patch] using ast_free instead of mixmonitor_free
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Aug 19 16:19:09 CDT 2009
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=15699
======================================================================
Reported By: edantie
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 15699
Category: Applications/app_mixmonitor
Reproducibility: N/A
Severity: feature
Priority: normal
Status: resolved
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1
SVN Revision (number only!): 211731
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-08-12 02:24 CDT
Last Modified: 2009-08-19 16:19 CDT
======================================================================
Summary: [patch] using ast_free instead of mixmonitor_free
Description:
At lines 374, 389
Using ast_free(mixmonitor);
when it should be
mixmonitor_free(mixmonitor);
======================================================================
----------------------------------------------------------------------
(0109294) svnbot (reporter) - 2009-08-19 16:19
https://issues.asterisk.org/view.php?id=15699#c109294
----------------------------------------------------------------------
Repository: asterisk
Revision: 213103
U branches/1.4/apps/app_mixmonitor.c
------------------------------------------------------------------------
r213103 | dvossel | 2009-08-19 16:19:08 -0500 (Wed, 19 Aug 2009) | 8 lines
Fixes memory leak caused by incorrectly freeing mixmonitor
(closes issue https://issues.asterisk.org/view.php?id=15699)
Reported by: edantie
Patches:
mixmonitor.patch uploaded by edantie (license 862)
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=213103
Issue History
Date Modified Username Field Change
======================================================================
2009-08-19 16:19 svnbot Checkin
2009-08-19 16:19 svnbot Note Added: 0109294
2009-08-19 16:19 svnbot Status assigned => resolved
2009-08-19 16:19 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list