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

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Aug 12 02:39:27 CDT 2009


The following issue has been UPDATED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=15699 
====================================================================== 
Reported By:                edantie
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   15699
Category:                   Applications/app_mixmonitor
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.1 
SVN Revision (number only!): 211731 
Request Review:              
====================================================================== 
Date Submitted:             2009-08-12 02:24 CDT
Last Modified:              2009-08-12 02:39 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);


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

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-08-12 02:39 edantie        Summary                  using ast_free instead
of mixmonitor_free => [patch] using ast_free instead of mixmonitor_free
======================================================================




More information about the asterisk-bugs mailing list