fixed memory leak

This commit is contained in:
Frank Morgner
2014-09-09 00:30:22 +02:00
parent 5a6238f397
commit 28c8b3c719
2 changed files with 2 additions and 0 deletions

View File

@@ -1580,5 +1580,6 @@ main (int argc, char **argv)
fflush (stdout);
fflush (stderr);
(void) ep0_thread (&fd);
cmdline_parser_free(&cmdline);
return 0;
}