steamcompmgr: nudge when children have exited

Make sure to wake up steamcompmgr when all children are gone.
Otherwise the steamcompmgr thread will get stuck.
This commit is contained in:
Simon Ser 2021-08-10 12:00:48 +02:00
parent a038e881c2
commit 0708ab06d2

View file

@ -3050,6 +3050,7 @@ spawn_client( char **argv )
} }
run = false; run = false;
nudge_steamcompmgr();
}); });
waitThread.detach(); waitThread.detach();