logicomacorp / WaveSabre

Official WaveSabre repository
MIT License
245 stars 33 forks source link

SongRenderer: plug memory-leak #54

Closed kusma closed 3 years ago

kusma commented 3 years ago

Just a drive-by fix; noticed this while rebasing some old patches; we're currently leaking the events-array. It's not a big deal, but we might as well plug it.

yupferris commented 3 years ago

Nice catch!