changeset 440:367bdde181be 3.0

Fixed type in fix
author lost@l-w.ca
date Sat, 30 Oct 2010 11:45:52 -0600
parents b8549694b4c9
children 7b8d89435f30
files lwlib/lw_expr.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lw_expr.c	Sat Oct 30 10:41:52 2010 -0600
+++ b/lwlib/lw_expr.c	Sat Oct 30 11:45:52 2010 -0600
@@ -102,7 +102,7 @@
 		o = E -> operands;
 		E -> operands = o -> next;
 		lw_expr_destroy(o -> p);
-		lw_Free(o);
+		lw_free(o);
 	}
 	if (E -> type == lw_expr_type_var)
 		lw_free(E -> value2);