mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 12:30:12 +02:00
f3f2bfdc24
Apparently the destructor for C++17/20 conditional initializers are only run after the else branch, so this would keep the mutex locked while executing `do_call()`.