[asterisk-bugs] [Asterisk 0013310]: [patch] Memory leak in chan_gtalk while trying to unload the module.
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Aug 21 04:46:41 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=13310
======================================================================
Reported By: eliel
Assigned To: phsultan
======================================================================
Project: Asterisk
Issue ID: 13310
Category: Channels/chan_gtalk
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 137974
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2008-08-15 10:32 CDT
Last Modified: 2008-08-21 04:46 CDT
======================================================================
Summary: [patch] Memory leak in chan_gtalk while trying to
unload the module.
Description:
While trying to unload the chan_gtalk module, and we call
ASTOBJ_CONTAINER_DESTROYALL() the member_detroy function is never called
cause every member in gtalk_list has refcount > 1.
Also when calling find_gtalk the refcount of the found member is
incremented and never decremented when not used anymore.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2008-08-21 04:46 svnbot Status assigned => resolved
2008-08-21 04:46 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list