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

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Aug 17 12:15:07 CDT 2009


The following issue has been ASSIGNED. 
====================================================================== 
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:                     assigned
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-17 12:15 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-17 12:15 lmadsen        Status                   new => assigned     
2009-08-17 12:15 lmadsen        Assigned To               => dvossel         
======================================================================




More information about the asterisk-bugs mailing list