[Asterisk-cvs] asterisk ast_expr.y,1.8.2.1,1.8.2.2
russell at lists.digium.com
russell at lists.digium.com
Wed Dec 8 09:45:05 CST 2004
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv2533
Modified Files:
Tag: v1-0
ast_expr.y
Log Message:
remove unneccesary 'if'
Index: ast_expr.y
===================================================================
RCS file: /usr/cvsroot/asterisk/ast_expr.y,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- ast_expr.y 7 Dec 2004 19:43:06 -0000 1.8.2.1
+++ ast_expr.y 8 Dec 2004 14:42:44 -0000 1.8.2.2
@@ -215,8 +215,7 @@
}
if (vp->type == string || vp->type == numeric_string)
free (vp->u.s);
- if (vp)
- free (vp);
+ free (vp);
}
More information about the svn-commits
mailing list