mirror of
https://github.com/ptitSeb/box86.git
synced 2025-05-08 21:08:57 +08:00
[ANDROID] Fix pthread_mutex_destroy called on destroyed mutex (#909)
This commit is contained in:
parent
d4f7ec6ee4
commit
339af4a13e
@ -392,7 +392,9 @@ void FreeBox86Context(box86context_t** context)
|
||||
pthread_mutex_destroy(&ctx->mutex_tls);
|
||||
pthread_mutex_destroy(&ctx->mutex_thread);
|
||||
pthread_mutex_destroy(&ctx->mutex_bridge);
|
||||
#ifndef ANDROID
|
||||
pthread_mutex_destroy(&ctx->mutex_lock);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
freeCycleLog(ctx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user