mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
Attempty to free memory leaks.
This commit is contained in:
parent
fbd381988b
commit
8d8c353465
1 changed files with 6 additions and 0 deletions
|
@ -624,6 +624,12 @@ bool TimidityPPMIDIDevice::LaunchTimidity ()
|
|||
}*/
|
||||
}
|
||||
|
||||
for (i = 0; i < strCount; i++)
|
||||
{
|
||||
delete [] TimidityArgs[i];
|
||||
}
|
||||
|
||||
delete [] TimidityArgs;
|
||||
globfree (&glb);
|
||||
return ChildProcess != -1;
|
||||
#endif // _WIN32
|
||||
|
|
Loading…
Reference in a new issue