databrary / datavyu-ffmpegplugin

A Java Media Player based on FFmpeg and SDL2
GNU General Public License v3.0
13 stars 4 forks source link

Call SDL_Quit() when destroying last window #177

Closed TheoWolf closed 5 years ago

TheoWolf commented 5 years ago

SDL_Quit() Should be called only when the last window is destroyed, otherwise, it will kill all remaining window. A window counter is added to handle this bug.