fixed memory leak
This commit is contained in:
@@ -1580,5 +1580,6 @@ main (int argc, char **argv)
|
||||
fflush (stdout);
|
||||
fflush (stderr);
|
||||
(void) ep0_thread (&fd);
|
||||
cmdline_parser_free(&cmdline);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user