Fix bug causing Sunshine thinking there is still an app running after shutting down app from within the Stream

This commit is contained in:
loki
2019-12-30 19:37:12 +01:00
parent 94e1dc903e
commit 330b0ef8ef
5 changed files with 51 additions and 46 deletions

View File

@@ -36,6 +36,7 @@ int main(int argc, char *argv[]) {
if(!proc_opt) {
return 7;
}
proc::proc = std::move(*proc_opt);
reed_solomon_init();