mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 03:43:37 +08:00
gendef.c (main): run imp32_free() before returning to avoid leaks.
This commit is contained in:
parent
0eef7fef97
commit
4bcf9b54b1
@ -253,6 +253,7 @@ int main(int argc,char **argv)
|
||||
free(opt);
|
||||
opt = next;
|
||||
}
|
||||
imp32_free ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user