[asterisk-bugs] [Asterisk 0011431]: [patch] Trivial: Replace free() with ast_free() to match up with ast_calloc() / ast_malloc()
noreply at bugs.digium.com
noreply at bugs.digium.com
Tue Dec 4 09:13:20 CST 2007
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11431
======================================================================
Reported By: Laureano
Assigned To: oej
======================================================================
Project: Asterisk
Issue ID: 11431
Category: Applications/app_queue
Reproducibility: N/A
Severity: trivial
Priority: normal
Status: assigned
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 90405
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 11-30-2007 17:03 CST
Last Modified: 12-04-2007 09:13 CST
======================================================================
Summary: [patch] Trivial: Replace free() with ast_free() to
match up with ast_calloc() / ast_malloc()
Description:
In app_queue.c, use ast_free() instead of free() for memory allocated using
ast_calloc() / ast_malloc().
Disclaimer on file.
======================================================================
----------------------------------------------------------------------
svnbot - 12-04-07 09:13
----------------------------------------------------------------------
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 http://bugs.digium.com/view.php?id=11431)
Reported by: Laureano
Patches:
app_queue.c.patch uploaded by Laureano (license 265)
------------------------------------------------------------------------
Issue History
Date Modified Username Field Change
======================================================================
12-04-07 09:13 svnbot Checkin
12-04-07 09:13 svnbot Note Added: 0074741
12-04-07 09:13 svnbot Status new => assigned
12-04-07 09:13 svnbot Assigned To => oej
======================================================================
More information about the asterisk-bugs
mailing list