[asterisk-bugs] [Asterisk 0012807]: [patch] Superfluous AST_LIST_HEAD_DESTROY() for staticaly defined linked list in chan_agent and chan_local.
noreply at bugs.digium.com
noreply at bugs.digium.com
Sat Jun 7 06:13:57 CDT 2008
The following issue has been UPDATED.
======================================================================
http://bugs.digium.com/view.php?id=12807
======================================================================
Reported By: ys
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 12807
Category: Channels/General
Reproducibility: always
Severity: trivial
Priority: normal
Status: new
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 121077
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 06-07-2008 06:13 CDT
Last Modified: 06-07-2008 06:13 CDT
======================================================================
Summary: [patch] Superfluous AST_LIST_HEAD_DESTROY() for
staticaly defined linked list in chan_agent and chan_local.
Description:
AST_LIST_HEAD_DESTROY() unneeded for linked list, that defined with
AST_LIST_HEAD_STATIC() macro.
Resource associated with these lists are automaticaly released, if module
unload (destructor for BSD).
Or no action required for linux based box.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
06-07-08 06:13 ys Summary Superfluous
AST_LIST_HEAD_DESTROY() for staticaly defined linked list in chan_agent and
chan_local. => [patch] Superfluous AST_LIST_HEAD_DESTROY() for staticaly defined
linked list in chan_agent and chan_local.
======================================================================
More information about the asterisk-bugs
mailing list