From ae2ea7cb34d8ef61a1ac15b089c9cb67c69d52b0 Mon Sep 17 00:00:00 2001 From: David Vossel Date: Wed, 17 Jun 2009 15:39:49 +0000 Subject: [PATCH] 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/ ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@201366 65c4cc65-6c06-0410-ace0-fbb531ad65f3