[svn-commits] twilson: branch 1.6.2 r203400 - in /branches/1.6.2: ./ main/cli.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Jun 25 16:21:47 CDT 2009


Author: twilson
Date: Thu Jun 25 16:21:43 2009
New Revision: 203400

URL: http://svn.asterisk.org/svn-view/asterisk?view=rev&rev=203400
Log:
Merged revisions 203381 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

................
  r203381 | twilson | 2009-06-25 16:15:11 -0500 (Thu, 25 Jun 2009) | 11 lines
  
  Merged revisions 203380 via svnmerge from 
  https://origsvn.digium.com/svn/asterisk/branches/1.4
  
  ........
    r203380 | twilson | 2009-06-25 16:13:10 -0500 (Thu, 25 Jun 2009) | 4 lines
    
    I didn't see that Mark already fixed the underlying issue!
    
    Yay for removing useless code.
  ........
................

Modified:
    branches/1.6.2/   (props changed)
    branches/1.6.2/main/cli.c

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

Modified: branches/1.6.2/main/cli.c
URL: http://svn.asterisk.org/svn-view/asterisk/branches/1.6.2/main/cli.c?view=diff&rev=203400&r1=203399&r2=203400
==============================================================================
--- branches/1.6.2/main/cli.c (original)
+++ branches/1.6.2/main/cli.c Thu Jun 25 16:21:43 2009
@@ -235,8 +235,8 @@
 		c += (strlen(ast_config_AST_MODULE_DIR) + 1);
 	if (c)
 		c = ast_strdup(c);
-	if (d)
-		free(d);
+
+	free(d);
 	
 	return c;
 }




More information about the svn-commits mailing list