mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 22:56:35 +01:00
fix potential race conditions
This commit is contained in:
@@ -66,6 +66,7 @@ enum {
|
||||
struct _Winthread {
|
||||
pthread_t tid;
|
||||
pthread_mutex_t lock;
|
||||
bool sig_exit_toxic;
|
||||
bool flag_resize;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user