- there's no need to drag the event time around, this really was just an artifact of Timidity's original implementation which is no longer in use.

- plugged a few memory leaks.
This commit is contained in:
Christoph Oelckers 2018-02-21 21:11:31 +01:00
commit 5219916de5
6 changed files with 14 additions and 24 deletions

View file

@ -281,6 +281,7 @@ void close_file(struct timidity_file *tf)
if (tf->url != NULL)
{
tf->url->Close();
delete tf->url;
}
delete tf;
}