mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 06:10:56 +00:00
[vkgen] Plug some memory leaks
Not that they really matter, but it makes checking valgrind easier.
This commit is contained in:
parent
8b8bc42038
commit
c28ffbb766
1 changed files with 2 additions and 0 deletions
|
@ -255,5 +255,7 @@ main(int argc, string *argv)
|
|||
fprintf (output_file, "}\n");
|
||||
Qclose (output_file);
|
||||
Qclose (header_file);
|
||||
Hash_DelTable (available_types);
|
||||
[plist release];
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue