android/ndk_motion: remove ALooper_release from ndk_motion destructor
We didn't acquire the looper from another thread so this is not correct
This commit is contained in:
parent
562d7a5170
commit
e4571be98b
@ -92,7 +92,6 @@ class NDKMotion final : public Input::MotionDevice {
|
||||
|
||||
void Destruct() {
|
||||
ASensorManager_destroyEventQueue(sensor_manager, event_queue);
|
||||
ALooper_release(looper);
|
||||
}
|
||||
|
||||
void Update() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user