[asterisk-bugs] [Asterisk 0015699]: [patch] using ast_free instead of mixmonitor_free
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Aug 19 16:27:40 CDT 2009
A NOTE has been added to this issue.
======================================================================
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: closed
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:27 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);
======================================================================
----------------------------------------------------------------------
(0109300) svnbot (reporter) - 2009-08-19 16:27
https://issues.asterisk.org/view.php?id=15699#c109300
----------------------------------------------------------------------
Repository: asterisk
Revision: 213135
_U branches/1.6.0/
U branches/1.6.0/apps/app_mixmonitor.c
------------------------------------------------------------------------
r213135 | dvossel | 2009-08-19 16:27:40 -0500 (Wed, 19 Aug 2009) | 21
lines
Merged revisions 213113 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
................
r213113 | dvossel | 2009-08-19 16:21:00 -0500 (Wed, 19 Aug 2009) | 14
lines
Merged revisions 213103 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r213103 | dvossel | 2009-08-19 16:18:37 -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=213135
Issue History
Date Modified Username Field Change
======================================================================
2009-08-19 16:27 svnbot Checkin
2009-08-19 16:27 svnbot Note Added: 0109300
======================================================================
More information about the asterisk-bugs
mailing list