[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 12:33:21 CST 2008


The following issue has been ASSIGNED. 
====================================================================== 
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:                     assigned
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:              
====================================================================== 
Date Submitted:             2008-11-12 11:47 CST
Last Modified:              2008-11-12 12:33 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 12:33 Corydon76      Status                   new => assigned     
2008-11-12 12:33 Corydon76      Assigned To               => Corydon76       
======================================================================




More information about the asterisk-bugs mailing list