[Home]

Summary:ASTERISK-10869: [patch] Trivial: Use ast_free() insted of free()
Reporter:Tomás Laureano Peralta Tormey (laureano)Labels:
Date Opened:2007-11-23 08:20:03.000-0600Date Closed:2007-11-23 13:15:45.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Addons/cdr_mysql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) cdr_addon_mysql.c.patch
Description:In cdr_addon_mysql.c, use ast_free() instead of free() for memory allocated using ast_malloc() / ast_calloc().

Disclaimer on file.
Comments:By: Digium Subversion (svnbot) 2007-11-23 13:15:45.000-0600

Repository: asterisk-addons
Revision: 488

U   trunk/cdr_addon_mysql.c

------------------------------------------------------------------------
r488 | tilghman | 2007-11-23 13:15:44 -0600 (Fri, 23 Nov 2007) | 5 lines

Match up ast_free with ast_calloc.
Reported by: Laureano
Patch by: Laureano
(Closes issue ASTERISK-10869)

------------------------------------------------------------------------