[svn-commits] file: branch 1.6.0 r189351 - /branches/1.6.0/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Apr 20 12:06:25 CDT 2009


Author: file
Date: Mon Apr 20 12:06:20 2009
New Revision: 189351

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=189351
Log:
Blocked revisions 189350 via svnmerge

........
  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
........

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