Fix a memory leak.
PR: bin/40177 MFC after: 1 week
This commit is contained in:
parent
fa745288a7
commit
27f3fb1aad
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user