]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 189350 via svnmerge from
authorJoshua Colp <jcolp@digium.com>
Mon, 20 Apr 2009 17:08:26 +0000 (17:08 +0000)
committerJoshua Colp <jcolp@digium.com>
Mon, 20 Apr 2009 17:08:26 +0000 (17:08 +0000)
commit5528fffeb32143398ecec27a59bdd8b944f2775a
tree134731aa370b04db6cfdebed7c576c0abb734b29
parent128d8e31b79ebae48d65b7368af839c1fc54f8b2
Merged revisions 189350 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r189350 | file | 2009-04-20 14:05:15 -0300 (Mon, 20 Apr 2009) | 10 lines

  Fix a bug with non-UDP connections that caused dialogs to not get freed.

  This issue crept up because of a reference count issue on non-UDP based dialogs.
  The dialog reference count was increased when transmitting a packet reliably but never
  decreased. This caused the dialog structure to hang around despite being unlinked from
  the dialogs container.

  (closes issue #14919)
  Reported by: vrban
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@189352 65c4cc65-6c06-0410-ace0-fbb531ad65f3
channels/chan_sip.c