diff lwasm/input.c @ 93:5bf9edabd661

Squashed the remaining memory leaks revealed by valgrind
author lost@l-w.ca
date Wed, 22 Jun 2011 19:28:36 -0600
parents e95eaf2f7fe0
children 9960e05cbe3a
line wrap: on
line diff
--- a/lwasm/input.c	Wed Jun 22 19:13:06 2011 -0600
+++ b/lwasm/input.c	Wed Jun 22 19:28:36 2011 -0600
@@ -136,7 +136,7 @@
 	t -> data2 = 0;
 	t -> next = IS;
 	as -> input_data = t;
-	t -> filespec = lw_strdup(s);
+//	t -> filespec = lw_strdup(s);
 }
 
 void input_open(asmstate_t *as, char *s)