Link to the issue instead of listing issue number

This commit is contained in:
Robbert van der Helm
2020-12-11 13:01:45 +01:00
parent c306048988
commit 29f1754527
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void GroupBridge::handle_plugin_dispatch(size_t plugin_id) {
"All plugins have exited, shutting down the group process");
// main_context.stop();
// FIXME: See the comment in `individual-host.cpp` #69
// FIXME: See the comment in `individual-host.cpp`
TerminateProcess(GetCurrentProcess(), 0);
}
});
+3 -1
View File
@@ -92,7 +92,9 @@ main(int argc, char* argv[]) {
// get stuck if the host got terminated abruptly. After an entire
// day of debugging I still have no idea whether this is a bug in
// yabridge, Wine, or those plugins, but just killing off this
// process and all of its threads 'fixes' the issue. #69
// process and all of its threads 'fixes' the issue.
//
// https://github.com/robbert-vdh/yabridge/issues/69
TerminateProcess(GetCurrentProcess(), 0);
});