diff --git a/src/wine-host/bridges/group.cpp b/src/wine-host/bridges/group.cpp index 0eddf9ee..8b546cb5 100644 --- a/src/wine-host/bridges/group.cpp +++ b/src/wine-host/bridges/group.cpp @@ -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); } }); diff --git a/src/wine-host/individual-host.cpp b/src/wine-host/individual-host.cpp index ee51ae5e..ef0b30b6 100644 --- a/src/wine-host/individual-host.cpp +++ b/src/wine-host/individual-host.cpp @@ -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); });