[asterisk-commits] file: branch 1.6.2 r190218 - /branches/1.6.2/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Apr 23 11:56:17 CDT 2009
Author: file
Date: Thu Apr 23 11:56:14 2009
New Revision: 190218
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=190218
Log:
Blocked revisions 190217 via svnmerge
........
r190217 | file | 2009-04-23 13:55:48 -0300 (Thu, 23 Apr 2009) | 13 lines
Fix a double free issue with the Pickup dialplan application.
As part of the pickup process the connected line information is updated.
Part of this process does a shallow copy of the target channel's connected line
information to a local structure. Once complete the structure contents are freed.
As a result any information in the target channel's connected line information
structure is no longer valid. This change will now set the contents back to a clean
state so that the freeing of the target channel's connected line information structure
when the channel is destroyed will no longer try to double free things.
(closes issue #14839)
Reported by: lmsteffan
........
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