Commit 23fa2aa
Fix/use after free (#93)
* Fix use-after-free issue by copying touch data synchronously in DeviceMonitorDelegate
* Fix race conditions in restart handling by ensuring thread-safe access to restart state and work items
* Ensure thread safety in UI animations by using MainActor in MenuBarController
* Improve touch processing in MultitouchManager to handle zero touches and ensure gesture recognizer stability1 parent 6bfed2b commit 23fa2aa
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| |||
546 | 546 | | |
547 | 547 | | |
548 | 548 | | |
549 | | - | |
| 549 | + | |
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| |||
0 commit comments