From: Terry Wilson Date: Thu, 10 Jan 2008 19:07:36 +0000 (+0000) Subject: heh, remove patch to generated file. X-Git-Tag: 1.6.0-beta1~3^2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a403e3c33c6d971af12883d32d57407e4936d2b;p=thirdparty%2Fasterisk.git heh, remove patch to generated file. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97826 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/ast_expr2f.c b/main/ast_expr2f.c index 9f5e5cf4f4..57eb2dd5bb 100644 --- a/main/ast_expr2f.c +++ b/main/ast_expr2f.c @@ -3963,8 +3963,7 @@ void *ast_yyrealloc (void * ptr, yy_size_t size , yyscan_t yyscanner) 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"