[asterisk-bugs] [Asterisk 0014833]: memory leak in some part of code

Asterisk Bug Tracker noreply at bugs.digium.com
Mon Apr 6 05:38:34 CDT 2009


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.digium.com/view.php?id=14833 
====================================================================== 
Reported By:                contactmayankjain
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   14833
Category:                   Addons/General
Reproducibility:            always
Severity:                   tweak
Priority:                   normal
Status:                     new
Asterisk Version:           1.6.0.6 
Regression:                 No 
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2009-04-06 05:38 CDT
Last Modified:              2009-04-06 05:38 CDT
====================================================================== 
Summary:                    memory leak  in some part of code
Description: 
Memory leak are present in some part of the asterisk code. This have been
tested by using tool cppcheck 
 cppcheck -a -j 3 -q -f --style asterisk/

At some of the places NULL is check before deleting memory which is 
Redundant condition. It is safe to deallocate a NULL pointer. 
http://www.mail-archive.com/asterisk-dev@lists.digium.com/msg36740.html
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-04-06 05:38 contactmayankjainNew Issue                                    
2009-04-06 05:38 contactmayankjainAsterisk Version          => 1.6.0.6         
2009-04-06 05:38 contactmayankjainRegression                => No              
2009-04-06 05:38 contactmayankjainSVN Branch (only for SVN checkouts, not
tarball releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list