]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a voicemail memory leak with heard/deleted messages.
authorJason Parker <jparker@digium.com>
Fri, 10 Feb 2012 22:00:10 +0000 (22:00 +0000)
committerJason Parker <jparker@digium.com>
Fri, 10 Feb 2012 22:00:10 +0000 (22:00 +0000)
commit9c93c80342dd0be5f8460278f880f8e37330190c
treec1e1f7c3dfafa776d6897b80903e8249d145b4f9
parentbf13951c9f69b1a1c6f06576bbb9db1dfb70130c
Fix a voicemail memory leak with heard/deleted messages.

open_mailbox() was changed quite a long time ago to allocate this memory.
close_mailbox() should have been changed to be responsible for freeing it.
........

Merged revisions 354889 from http://svn.asterisk.org/svn/asterisk/branches/1.8

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@354890 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_voicemail.c