[svn-commits] rmudgett: branch 1.6.0 r150126 - in /branches/1.6.0: ./ channels/chan_misdn.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 16 11:10:28 CDT 2008


Author: rmudgett
Date: Thu Oct 16 11:10:28 2008
New Revision: 150126

URL: http://svn.digium.com/view/asterisk?view=rev&rev=150126
Log:
Merged revisions 150125 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r150125 | rmudgett | 2008-10-16 11:04:45 -0500 (Thu, 16 Oct 2008) | 9 lines
  
  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
  ........
................

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/channels/chan_misdn.c

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/channels/chan_misdn.c?view=diff&rev=150126&r1=150125&r2=150126
==============================================================================
--- branches/1.6.0/channels/chan_misdn.c (original)
+++ branches/1.6.0/channels/chan_misdn.c Thu Oct 16 11:10:28 2008
@@ -5578,6 +5578,7 @@
 {
 	ast_mutex_destroy(&jb->mutexjb);
 	
+	ast_free(jb->ok);
 	ast_free(jb->samples);
 	ast_free(jb);
 }




More information about the svn-commits mailing list