Merged revisions 150124 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.4

........
  r150124 | rmudgett | 2008-10-16 10:56:06 -0500 (Thu, 16 Oct 2008) | 1 line
  
  Fix memory leak found by customer
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@150125 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.6.2
Richard Mudgett 17 years ago
parent 15264cfcd0
commit de9c5d4c42

@ -5574,6 +5574,7 @@ void misdn_jb_destroy(struct misdn_jb *jb)
{ {
ast_mutex_destroy(&jb->mutexjb); ast_mutex_destroy(&jb->mutexjb);
ast_free(jb->ok);
ast_free(jb->samples); ast_free(jb->samples);
ast_free(jb); ast_free(jb);
} }

Loading…
Cancel
Save