You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not all calls to SDL_stack_alloc have a corresponding SDL_stack_free. This causes memory leaks if SDL_DISABLE_ALLOCA is defined.
(See RAWINPUT_JoystickOpen).