projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e823e89
)
heh, remove patch to generated file.
author
Terry Wilson
<twilson@digium.com>
Thu, 10 Jan 2008 19:07:36 +0000
(19:07 +0000)
committer
Terry Wilson
<twilson@digium.com>
Thu, 10 Jan 2008 19:07:36 +0000
(19:07 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@97826
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/ast_expr2f.c
patch
|
blob
|
history
diff --git
a/main/ast_expr2f.c
b/main/ast_expr2f.c
index
9f5e5cf
..
57eb2dd
100644
(file)
--- 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"