[svn-commits] rmudgett: branch 1.6.1 r150127 - in /branches/1.6.1: ./ channels/chan_misdn.c

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


Author: rmudgett
Date: Thu Oct 16 11:17:32 2008
New Revision: 150127

URL: http://svn.digium.com/view/asterisk?view=rev&rev=150127
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.1/   (props changed)
    branches/1.6.1/channels/chan_misdn.c

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

Modified: branches/1.6.1/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/branches/1.6.1/channels/chan_misdn.c?view=diff&rev=150127&r1=150126&r2=150127
==============================================================================
--- branches/1.6.1/channels/chan_misdn.c (original)
+++ branches/1.6.1/channels/chan_misdn.c Thu Oct 16 11:17:32 2008
@@ -5582,6 +5582,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