From 51a8d4a01d1f9234c6738a7d63b73ec371ef7cfe Mon Sep 17 00:00:00 2001 From: Sean Bright <sean@malleable.com> Date: Wed, 3 Jun 2009 20:49:11 +0000 Subject: [PATCH] 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/trunk@198958 65c4cc65-6c06-0410-ace0-fbb531ad65f3 -- GitLab