mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
- fixed: CreateCachedNodes did not free its file buffer.
SVN r3070 (trunk)
This commit is contained in:
parent
bada44a291
commit
f6c1f359e1
1 changed files with 1 additions and 0 deletions
|
@ -1223,6 +1223,7 @@ static void CreateCachedNodes(MapData *map)
|
|||
FILE *f = fopen(path, "wb");
|
||||
fwrite(compressed, 1, outlen+offset, f);
|
||||
fclose(f);
|
||||
delete [] compressed;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue