Plug a memory leak in app_dial.
authorMark Michelson <mmichelson@digium.com>
Wed, 20 May 2009 20:14:28 +0000 (20:14 +0000)
committerMark Michelson <mmichelson@digium.com>
Wed, 20 May 2009 20:14:28 +0000 (20:14 +0000)
commit8139c8ed4e15c5315b659208b4b3af0b153f77d2
treed419586022a7d25aa3a4a101f96b9a7c9fbba7b8
parentb4c24d2da1cc723d63d060f28c78ac9b50ec02f3
Plug a memory leak in app_dial.

Since we may have copied connected line info into the chanlist struct prior
to placing an outbound call, we need to be sure to free the allocated data
when we hang the call up.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@195763 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c