[Home]

Summary:ASTERISK-10923: [patch] Trivial: Replace free() with ast_free() to match up with ast_calloc()
Reporter:Tomás Laureano Peralta Tormey (laureano)Labels:
Date Opened:2007-11-28 21:05:54.000-0600Date Closed:2007-12-04 15:43:42.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) chan_usbradio.c.patch
Description:In chan_usbradio.c, use ast_free() instead of free() for memory allocated using ast_calloc().

Disclaimer on file.

Also, the channel chan_usbradio isn't available to select on the category field when reporting an issue.
Comments:By: Digium Subversion (svnbot) 2007-12-04 15:43:42.000-0600

Repository: asterisk
Revision: 90993

U   trunk/channels/chan_usbradio.c

------------------------------------------------------------------------
r90993 | tilghman | 2007-12-04 15:43:42 -0600 (Tue, 04 Dec 2007) | 3 lines

Coding guidelines fixups
(Closes issue ASTERISK-10923)

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