- 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:
parent
af705d1c59
commit
5219916de5
6 changed files with 14 additions and 24 deletions
|
|
@ -281,6 +281,7 @@ void close_file(struct timidity_file *tf)
|
|||
if (tf->url != NULL)
|
||||
{
|
||||
tf->url->Close();
|
||||
delete tf->url;
|
||||
}
|
||||
delete tf;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue