mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-29 18:19:30 +00:00
Fix memory leak found by customer
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@150124 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5375,6 +5375,7 @@ void misdn_jb_destroy(struct misdn_jb *jb)
|
||||
{
|
||||
ast_mutex_destroy(&jb->mutexjb);
|
||||
|
||||
free(jb->ok);
|
||||
free(jb->samples);
|
||||
free(jb);
|
||||
}
|
||||
|
Reference in New Issue
Block a user