]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 370361 via svnmerge from
authorAutomerge script <automerge@asterisk.org>
Mon, 23 Jul 2012 15:24:10 +0000 (15:24 +0000)
committerAutomerge script <automerge@asterisk.org>
Mon, 23 Jul 2012 15:24:10 +0000 (15:24 +0000)
commit2dec8e2a0aa996686e01ff6f48ef5b8aa3601789
treedf42dcf421906f477ccf554aea445c37cd21a121
parent5912f75512b1a7d82dd68683ecc902bb937f7f82
Merged revisions 370361 via svnmerge from
file:///srv/subversion/repos/asterisk/branches/10

................
  r370361 | kpfleming | 2012-07-23 09:51:21 -0500 (Mon, 23 Jul 2012) | 13 lines

  Free any datastores attached to dummy channels.

  Revision 370205 added the use of a datastore attached to a dummy channel to
  resolve a memory leak, but ast_dummy_channel_destructor() in this branch did
  not free datastores, resulting in a continued (but slightly smaller) memory
  leak. This patch backports the change to free said datastores from the Asterisk
  trunk.

  (related to issue AST-916)
  ........

  Merged revisions 370360 from http://svn.asterisk.org/svn/asterisk/branches/1.8
................

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10-digiumphones@370381 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/channel.c