From: Sean Bright Date: Wed, 3 Jun 2009 20:51:51 +0000 (+0000) Subject: Blocked revisions 198958 via svnmerge X-Git-Tag: 1.6.1.3-rc1~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5be9a1b2899c88f38c93d8caecae2558e9efb89;p=thirdparty%2Fasterisk.git Blocked revisions 198958 via svnmerge ................ r198958 | seanbright | 2009-06-03 16:49:11 -0400 (Wed, 03 Jun 2009) | 17 lines Blocked revisions 198957 via svnmerge ........ r198957 | seanbright | 2009-06-03 16:39:10 -0400 (Wed, 03 Jun 2009) | 11 lines Fix a possible crash in pbx_spool. We were trying to reference members of a struct that had previously been freed. This patch makes sure that we free the struct after it has been removed from the spooler queue. (closes issue #15072) Reported by: garlew Patches: spool.diff uploaded by garlew (license 376) ........ ................ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@198960 65c4cc65-6c06-0410-ace0-fbb531ad65f3 ---