]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Avoid crashing FS after delivering a VM
authorTravis Cross <tc@traviscross.com>
Mon, 3 Jun 2013 08:56:38 +0000 (08:56 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 3 Jun 2013 09:28:36 +0000 (09:28 +0000)
commit499f7096c4de4c21deceecce257aa5699b0e369b
tree627a1a79f689d4fac2ce4e6b8b8f3d5aee3b5a58
parent3a651f12da5e600551a3400e78fbd0e6b259385a
Avoid crashing FS after delivering a VM

When vm-storage-dir was set to an absolute path, FS would abort after
delivering a VM because we were trying to free(3) memory sitting in
the middle of a memory pool.

FS-5329
src/mod/applications/mod_voicemail/mod_voicemail.c