aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-23 16:56:14 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-23 16:56:14 +0000
commitab84dae956dac0b1f2c3a450f314bafea2b5e3f8 (patch)
tree8b1019bf216f0b08dee71805469966301c0854e9 /apps
parent3980bb73ad314bd0015d46066697c71aa1b0ff10 (diff)
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 ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@190218 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
0 files changed, 0 insertions, 0 deletions