[Home]

Summary:ASTERISK-10663: [patch] Use ast_free() instead of free()
Reporter:Eliel Sardanons (eliel)Labels:
Date Opened:2007-10-31 19:46:45Date Closed:2007-11-01 01:05:34
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) ast_free.c.patch
Description:Use ast_free() instead of free().

I thought this janitor was finished, sorry for live this files "unchanged".
Comments:By: Digium Subversion (svnbot) 2007-11-01 01:05:34

Repository: asterisk
Revision: 88008

U   trunk/apps/app_meetme.c
U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r88008 | tilghman | 2007-11-01 01:05:33 -0500 (Thu, 01 Nov 2007) | 5 lines

Janitor:  use ast_free to pair calls of ast_malloc and ast_calloc
Reported by: eliel
Patch by: eliel
Closes issue ASTERISK-10663

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