trackgen: close output file

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8494 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 929bbf264cdcb3754953be5ce3c5e6d633f8770d
Former-commit-id: f46f94dae3f0a25e410b62ef5621fd45e295f395
This commit is contained in:
iobyte 2022-09-12 17:16:22 +00:00
parent 2cb38d2077
commit 931e0d2632

View file

@ -400,6 +400,7 @@ int Application::generate()
GenerateObjects(Track, TrackHandle, CfgHandle, outfd, OutMeshName, OutputFileName);
Ac3dClose(outfd);
GfParmReleaseHandle(TrackHandle);
GfParmReleaseHandle(CfgHandle);