[Home]

Summary:ASTERISK-10904: [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-27 19:34:04.000-0600Date Closed:2007-11-28 11:05:16.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Resources/res_jabber
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_jabber.c.patch
Description:This issue has been fixed in trunk but not in 1.4 branch.
I compared my version of 1.4 with this patch against trunk and I think that there are more free() calls that should be replaced by ast_free().

Disclaimer on file.
Comments:By: Jason Parker (jparker) 2007-11-28 11:05:16.000-0600

We discussed this on IRC, and realized that it's pretty unnecessary to do this in 1.4.  It doesn't provide any benefit there.