Skip to content

Commit

Permalink
Merge pull request #1097 from ColinKinloch:cli_thread_join
Browse files Browse the repository at this point in the history
jack: Wait for CLI thread to finish on quit
  • Loading branch information
paulfd authored Jul 14, 2022
2 parents 77fbfa5 + bbc7a0f commit 1eb728c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/jack_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,5 +393,6 @@ int main(int argc, char** argv)

std::cout << "Closing..." << '\n';
jack_client_close(client);
cli_thread.join();
return 0;
}

0 comments on commit 1eb728c

Please sign in to comment.