[asterisk-bugs] [Asterisk 0014672]: Incorrect calling of free() at alloc_queue() in app_queue.c
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Mar 16 08:53:37 CDT 2009
The following issue has been SUBMITTED.
======================================================================
http://bugs.digium.com/view.php?id=14672
======================================================================
Reported By: makoto
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14672
Category: Applications/app_queue
Reproducibility: always
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-03-16 08:53 CDT
Last Modified: 2009-03-16 08:53 CDT
======================================================================
Summary: Incorrect calling of free() at alloc_queue() in
app_queue.c
Description:
In alloc_queue() q is freed by free(), but I believe that this should be
ao2_ref(q, -1) instead.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-03-16 08:53 makoto New Issue
2009-03-16 08:53 makoto Asterisk Version => SVN
2009-03-16 08:53 makoto Regression => No
2009-03-16 08:53 makoto SVN Branch (only for SVN checkouts, not tarball
releases) => trunk
======================================================================
More information about the asterisk-bugs
mailing list