[asterisk-commits] qwell: branch 1.6.0 r113839 - in /branches/1.6.0: ./ contrib/scripts/astcli

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Apr 9 12:56:29 CDT 2008


Author: qwell
Date: Wed Apr  9 12:56:28 2008
New Revision: 113839

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

........
r113838 | qwell | 2008-04-09 12:56:07 -0500 (Wed, 09 Apr 2008) | 2 lines

Fix a small file handle "leak" pointed out by jjshoe on #asterisk.

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/contrib/scripts/astcli

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

Modified: branches/1.6.0/contrib/scripts/astcli
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/contrib/scripts/astcli?view=diff&rev=113839&r1=113838&r2=113839
==============================================================================
--- branches/1.6.0/contrib/scripts/astcli (original)
+++ branches/1.6.0/contrib/scripts/astcli Wed Apr  9 12:56:28 2008
@@ -80,6 +80,7 @@
 		(undef,$host) = split(/[,=]/, $_) if $_ =~ /host(name)?[,=]/i;
 		(undef,$port) = split(/[,=]/, $_) if $_ =~ /port(num|no)?[,=]/i;
 	}
+	close ($fh);
 }
 
 sub usage {




More information about the asterisk-commits mailing list