[asterisk-commits] twilson: trunk r97826 - /trunk/main/ast_expr2f.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jan 10 13:07:37 CST 2008


Author: twilson
Date: Thu Jan 10 13:07:36 2008
New Revision: 97826

URL: http://svn.digium.com/view/asterisk?view=rev&rev=97826
Log:
heh, remove patch to generated file.

Modified:
    trunk/main/ast_expr2f.c

Modified: trunk/main/ast_expr2f.c
URL: http://svn.digium.com/view/asterisk/trunk/main/ast_expr2f.c?view=diff&rev=97826&r1=97825&r2=97826
==============================================================================
--- trunk/main/ast_expr2f.c (original)
+++ trunk/main/ast_expr2f.c Thu Jan 10 13:07:36 2008
@@ -3963,8 +3963,7 @@
 
 void ast_yyfree (void * ptr , yyscan_t yyscanner)
 {
-	if (ptr)
-		free( (char *) ptr );	/* see ast_yyrealloc() for (char *) cast */
+	free( (char *) ptr );	/* see ast_yyrealloc() for (char *) cast */
 }
 
 #define YYTABLES_NAME "yytables"




More information about the asterisk-commits mailing list