mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-02-06 14:53:25 +01:00
![Clownacy](/assets/img/avatar_default.png)
According to SDL's docs, the window surface is freed automatically by other functions (SDL_Quit in SDL1.2, and SDL_DestroyWindow in SDL2). I think this might have actually been the cause of those segmentation errors upon closing that I noticed back when I opened #114.