Index: ast_expr.y =================================================================== RCS file: /usr/cvsroot/asterisk/ast_expr.y,v retrieving revision 1.3 diff -u -r1.3 ast_expr.y --- ast_expr.y 19 Sep 2003 01:20:22 -0000 1.3 +++ ast_expr.y 9 Dec 2004 22:24:23 -0000 @@ -187,6 +187,7 @@ } if (vp->type == string || vp->type == numeric_string) free (vp->u.s); + free(vp); }