[asterisk-bugs] [Asterisk 0011448]: Standard "free()" memory function replaced with "ast_free()" in Voicemail code
noreply at bugs.digium.com
noreply at bugs.digium.com
Mon Dec 3 12:15:33 CST 2007
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=11448
======================================================================
Reported By: jaroth
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 11448
Category: Applications/app_voicemail
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 90545
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 12-03-2007 12:14 CST
Last Modified: 12-03-2007 12:15 CST
======================================================================
Summary: Standard "free()" memory function replaced with
"ast_free()" in Voicemail code
Description:
There are 3 locations in app_voicemail where the standard "free()" function
is called, instead of the recommended "astfree()" function. The memory
that is being freed has been allocated with ast_calloc().
======================================================================
----------------------------------------------------------------------
jaroth - 12-03-07 12:15
----------------------------------------------------------------------
The patch replaces free() with ast_free() in all 3 locations.
Issue History
Date Modified Username Field Change
======================================================================
12-03-07 12:15 jaroth Note Added: 0074687
======================================================================
More information about the asterisk-bugs
mailing list