[Home]

Summary:ASTERISK-10901: [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 13:06:01.000-0600Date Closed:2007-11-27 14:21:42.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Resources/res_config_pgsql
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) res_config_pgsql.c.patch
Description:This issue has been fixed in trunk but not in 1.4 branch.

Disclaimer on file.
Comments:By: Digium Subversion (svnbot) 2007-11-27 14:20:34.000-0600

Repository: asterisk
Revision: 89727

U   branches/1.4/res/res_config_pgsql.c

------------------------------------------------------------------------
r89727 | mmichelson | 2007-11-27 14:20:34 -0600 (Tue, 27 Nov 2007) | 6 lines

Changing some calls from free() to ast_free() since they were allocated with
ast_calloc().

(closes issue ASTERISK-10901, reported and patched by Laureano)


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

By: Digium Subversion (svnbot) 2007-11-27 14:21:42.000-0600

Repository: asterisk
Revision: 89733

_U  trunk/

------------------------------------------------------------------------
r89733 | mmichelson | 2007-11-27 14:21:41 -0600 (Tue, 27 Nov 2007) | 13 lines

Blocked revisions 89727 via svnmerge

........
r89727 | mmichelson | 2007-11-27 14:22:59 -0600 (Tue, 27 Nov 2007) | 6 lines

Changing some calls from free() to ast_free() since they were allocated with
ast_calloc().

(closes issue ASTERISK-10901, reported and patched by Laureano)


........

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