mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed double-release of GameInput at shutdown
This commit is contained in:
parent
6b9dfcc2fd
commit
3fdd15adaa
1 changed files with 0 additions and 5 deletions
|
|
@ -580,11 +580,6 @@ void WIN_QuitGameInput(SDL_VideoDevice *_this)
|
|||
GAMEINPUT_InternalRemoveByIndex(data, 0);
|
||||
}
|
||||
|
||||
data->pGameInput->Release();
|
||||
data->pGameInput = NULL;
|
||||
}
|
||||
|
||||
if (data->pGameInput) {
|
||||
SDL_QuitGameInput();
|
||||
data->pGameInput = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue