[svn-commits] mmichelson: trunk r194357 - /trunk/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed May 13 14:42:55 CDT 2009


Author: mmichelson
Date: Wed May 13 14:42:51 2009
New Revision: 194357

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

........
  r194356 | mmichelson | 2009-05-13 14:41:44 -0500 (Wed, 13 May 2009) | 13 lines
  
  Remove an extraneous unlocking operation from ast_channel_free.
  
  In the case that we could not remove the desired channel from the
  list of channels, there was an extra call to unlock the channel list.
  Since we unlock the list later on in the function anyway, this results
  in the list being unlocked twice yet only being locked once.
  
  (closes issue #15098)
  Reported by: tim_ringenbach
  Patches:
        remove_extra_unlock.diff uploaded by tim (license 540)
........

Modified:
    trunk/   (props changed)

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-blocked' - no diff available.




More information about the svn-commits mailing list