Fixed crash in SDL_PrivateGameControllerRefreshMapping()

This commit is contained in:
Sam Lantinga
2022-12-14 14:24:58 -08:00
parent d59caffe2c
commit 7a9966af9d

View File

@@ -1211,8 +1211,6 @@ static void SDL_PrivateGameControllerRefreshMapping(ControllerMapping_t *pContro
SDL_PushEvent(&event);
}
}
controller = controller->next;
}
}