Fix a memory leak.

PR:		bin/40177
MFC after:	1 week
This commit is contained in:
Maxim Konovalov 2002-07-05 10:27:34 +00:00
parent fa745288a7
commit 27f3fb1aad

View File

@ -218,6 +218,7 @@ main(int argc, char **argv)
if (*t_wp != NULL && *++t_wp != NULL)
syntax(*t_wp, "unexpected operator");
free(nargv);
return res;
}