[svn-commits] dvossel: branch 1.6.0 r201366 - /branches/1.6.0/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 17 10:39:53 CDT 2009


Author: dvossel
Date: Wed Jun 17 10:39:49 2009
New Revision: 201366

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=201366
Log:
Blocked revisions 201344 via svnmerge

........
  r201344 | dvossel | 2009-06-17 10:20:26 -0500 (Wed, 17 Jun 2009) | 16 lines
  
  SIP registry ref count error
  
  During a sip reload, the list of sip_registry objects are
  supposed to be traversed, unlinked, and destroyed, but
  destruction never takes place due to a ref counting error.
  This causes a memory leak when registry items are removed
  from sip.conf and reloaded.  While the registries are removed
  from the global list, they are not removed from the scheduler.
  Because of this, SIP register attempts continue to be sent
  out for the item even though it may no longer be in the .conf.
  
  (closes issue #15295)
  Reported by: amorsen
  
  Review: https://reviewboard.asterisk.org/r/282/
........

Modified:
    branches/1.6.0/   (props changed)

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.




More information about the svn-commits mailing list