]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Memory Leak in app_queue
authorRichard Mudgett <rmudgett@digium.com>
Tue, 23 Aug 2011 18:14:01 +0000 (18:14 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Tue, 23 Aug 2011 18:14:01 +0000 (18:14 +0000)
commit185f890c898da09dd0797b2293e68c2be1156e78
treeb9ae35bc00859a554238eef376bd2b406d5e7d34
parentc9325708c8d8d45800943b1d51aea52ebb721629
Memory Leak in app_queue

The patch that was committed in the 1.6.x versions of Asterisk for
ASTERISK-15862 actually fixed two issues.  One was not applicable to 1.8
but the other is.  queue_leak.patch fixes the portion applicable to 1.8.

(closes issue ASTERISK-18265)
Reported by: Fred Schroeder
Patches:
      queue_leak.patch (license #5049) patch uploaded by mmichelson
Tested by: Thomas Arimont

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@333010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_queue.c