mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 11:40:22 +00:00
This commit fixes a deadlock that could happen if the UltraGrid process crashed or was killed while it held a lock to the shared memory segment used for preview. On Windows this happened often, because Qt can't terminate a QProcess gracefuly and needs to kill it every time.