svofski / vector06sdl

Opensource Vector-06C emulator in C++ | Опенсорсный эмулятор Вектора-06ц

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crash in save_frame when video is enabled

svofski opened this issue · comments

save_frame is usually used in the tests so it's not a very visible issue, but when save_frame is invoked with a real video renderer, this->bmp is nullptr. saving must be done from TV::render() instead.