mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
Fixed deadlock shutting down Android sensors
This commit is contained in:
@@ -258,7 +258,11 @@ static void SDL_ANDROID_SensorClose(SDL_Sensor *sensor)
|
|||||||
|
|
||||||
static void SDL_ANDROID_SensorQuit(void)
|
static void SDL_ANDROID_SensorQuit(void)
|
||||||
{
|
{
|
||||||
|
/* All sensors are closed, but we need to unblock the sensor thread */
|
||||||
|
SDL_AssertSensorsLocked();
|
||||||
|
SDL_UnlockSensors();
|
||||||
SDL_ANDROID_StopSensorThread(&SDL_sensor_thread_context);
|
SDL_ANDROID_StopSensorThread(&SDL_sensor_thread_context);
|
||||||
|
SDL_LockSensors();
|
||||||
|
|
||||||
if (SDL_sensors) {
|
if (SDL_sensors) {
|
||||||
SDL_free(SDL_sensors);
|
SDL_free(SDL_sensors);
|
||||||
|
Reference in New Issue
Block a user