[asterisk-bugs] [Asterisk 0013889]: [patch] Memory leak if the sla_thread is not running

Asterisk Bug Tracker noreply at bugs.digium.com
Wed Nov 12 13:26:41 CST 2008


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=13889 
====================================================================== 
Reported By:                eliel
Assigned To:                Corydon76
====================================================================== 
Project:                    Asterisk
Issue ID:                   13889
Category:                   Applications/app_meetme
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!): 156126 
Disclaimer on File?:        N/A 
Request Review:              
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2008-11-12 11:47 CST
Last Modified:              2008-11-12 13:26 CST
====================================================================== 
Summary:                    [patch] Memory leak if the sla_thread is not running
Description: 
If the sla_thread is not running, we are queueing events and we don't have
a consumer. One of the leaks is generated when doing a 'module reload', it
is queueing a RELOAD event, and no one is freeing it, because the thread is
not running. The solution I present here is to avoid queueing an event if
we have no thread assigned to consume this events.

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2008-11-12 13:26 svnbot         Status                   assigned => resolved
2008-11-12 13:26 svnbot         Resolution               open => fixed       
======================================================================




More information about the asterisk-bugs mailing list