[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 09:04:21 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=12807
======================================================================
Reported By: ys
Assigned To: russell
======================================================================
Project: Asterisk
Issue ID: 12807
Category: Channels/General
Reproducibility: always
Severity: trivial
Priority: normal
Status: resolved
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:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 06-07-2008 06:13 CDT
Last Modified: 06-07-2008 09:04 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 09:04 svnbot Status assigned => resolved
06-07-08 09:04 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list