[asterisk-bugs] [Asterisk 0015699]: [patch] using ast_free instead of mixmonitor_free

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Aug 19 16:21:32 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:21 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);


====================================================================== 

---------------------------------------------------------------------- 
 (0109295) svnbot (reporter) - 2009-08-19 16:21
 https://issues.asterisk.org/view.php?id=15699#c109295 
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 213113

_U  trunk/
U   trunk/apps/app_mixmonitor.c

------------------------------------------------------------------------
r213113 | dvossel | 2009-08-19 16:21:31 -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=213113 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-19 16:21 svnbot         Checkin                                      
2009-08-19 16:21 svnbot         Note Added: 0109295                          
======================================================================




More information about the asterisk-bugs mailing list