[Home]

Summary:ASTERISK-10942: [patch] Trivial: Replace free() with ast_free() to match up with ast_calloc() / ast_malloc()
Reporter:Tomás Laureano Peralta Tormey (laureano)Labels:
Date Opened:2007-11-30 17:03:57.000-0600Date Closed:2007-12-04 09:13:20.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.c.patch
Description:In app_queue.c, use ast_free() instead of free() for memory allocated using ast_calloc() / ast_malloc().

Disclaimer on file.
Comments:By: Digium Subversion (svnbot) 2007-12-04 09:13:19.000-0600

Repository: asterisk
Revision: 90854

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r90854 | oej | 2007-12-04 09:13:18 -0600 (Tue, 04 Dec 2007) | 5 lines

(closes issue ASTERISK-10942)
Reported by: Laureano
Patches:
     app_queue.c.patch uploaded by Laureano (license 265)

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