Fixes #1103, mutex double lock acquisition possible in custom event watcher

This commit is contained in:
Cobrand
2021-04-29 17:22:49 +02:00
parent a3b4e206f1
commit 35ffdc2578
+1
View File
@@ -2913,6 +2913,7 @@ impl EventSender {
data1: Box::into_raw(event_box) as *mut c_void,
data2: ::std::ptr::null_mut(),
};
drop(cet);
self.push_event(event)?;