Index: trunk/Ohana/src/opihi/lib.shell/parse.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/parse.c	(revision 2801)
+++ trunk/Ohana/src/opihi/lib.shell/parse.c	(revision 3103)
@@ -117,4 +117,5 @@
     }
     Nval = atoi (val);
+    free (val); val = NULL;
     free (V);
 
@@ -132,6 +133,4 @@
     if (V1[0] != '=') goto error;
     V1 ++;
-    B = thisword (V1);
-    if (B == (char *) NULL) goto error;
 
     /*** assign vector element to value ***/
