Summary: | ASTERISK-10666: [patch] use ast_free() instead of free(). | ||
Reporter: | Eliel Sardanons (eliel) | Labels: | |
Date Opened: | 2007-11-01 09:23:57 | Date Closed: | 2007-11-01 10:54:56 |
Priority: | Trivial | Regression? | No |
Status: | Closed/Complete | Components: | PBX/pbx_dundi |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ( 0) chan_iax2.c.patch ( 1) chan_sip.c.patch ( 2) pbx_dundi.c.patch | |
Description: | We MUST use ast_free() instead of free(). | ||
Comments: | By: Eliel Sardanons (eliel) 2007-11-01 09:45:05 Sorry for the category, but there where more free's being used instead of ast_free() reported by '_ys' #asterisk-dev By: Russell Bryant (russell) 2007-11-01 10:18:19 You don't HAVE to use ast_free(). :) By: Eliel Sardanons (eliel) 2007-11-01 10:22:25 Yes it was hard to use MUST :-) By: Digium Subversion (svnbot) 2007-11-01 10:54:55 Repository: asterisk Revision: 88077 U trunk/channels/chan_sip.c U trunk/pbx/pbx_dundi.c ------------------------------------------------------------------------ r88077 | russell | 2007-11-01 10:54:55 -0500 (Thu, 01 Nov 2007) | 8 lines Change some uses of free() to ast_free(). (No functional differences.) (closes issue ASTERISK-10666) Reported by: eliel Patches: pbx_dundi.c.patch uploaded by eliel (license 64) chan_sip.c.patch uploaded by eliel (license 64) ------------------------------------------------------------------------ |