[asterisk-commits] eliel: branch 1.6.2 r200109 - /branches/1.6.2/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Jun 11 10:45:20 CDT 2009
Author: eliel
Date: Thu Jun 11 10:45:17 2009
New Revision: 200109
URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=200109
Log:
Blocked revisions 200108 via svnmerge
........
r200108 | eliel | 2009-06-11 11:40:03 -0400 (Thu, 11 Jun 2009) | 9 lines
Release the allocated channel decreasing the reference counter.
When allocating the channel use ao2_ref(-1) to release it, instead of calling
ast_free().
Also avoid freeing structures inside that channel (on error) if they will be
released by the channel destructor being called if the reference counter reachs
0.
........
Modified:
branches/1.6.2/ (props changed)
Propchange: branches/1.6.2/
------------------------------------------------------------------------------
Binary property 'trunk-blocked' - no diff available.
More information about the asterisk-commits
mailing list