1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99436

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;
}