mmitch / gbsplay

gameboy sound player

Home Page:https://mmitch.github.io/gbsplay/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported VGZ lead to memory released twice

arnaud-neny opened this issue · comments

When loading an unsupported VGZ, the memory from the zlib buffer is released twice:

  • once with the gbs_free in vgm_open
  • the with the free in gzip_open