This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug #329
On tracing it turns out to fail from SDL_WM_SetCaption() On going through the function it looks like the SDL_free() function is called every alternate time with an invalid pointer that has already been freed.
- Loading branch information
Showing
with
6 additions
and 3 deletions.
- +1 −1 include/SDL_compat.h
- +5 −2 src/SDL_compat.c