Fix bug causing Sunshine thinking there is still an app running after shutting down app from within the Stream
This commit is contained in:
parent
94e1dc903e
commit
330b0ef8ef
5 changed files with 51 additions and 46 deletions
|
|
@ -36,6 +36,7 @@ int main(int argc, char *argv[]) {
|
|||
if(!proc_opt) {
|
||||
return 7;
|
||||
}
|
||||
|
||||
proc::proc = std::move(*proc_opt);
|
||||
|
||||
reed_solomon_init();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue