29 Jul
2025
29 Jul
'25
10:34 a.m.
Rémi Bernon (@rbernon) commented about dlls/cfgmgr32/main.c:
} break; default: + abort = TRUE; + break; + } + + if (abort) + { ctx->state = DevQueryStateAborted; success = TrySubmitThreadpoolCallback( device_query_context_notify_aborted_async, ctx, NULL ); LeaveCriticalSection( &ctx->cs ); - break; }
Similar as above, I think a separate `abort:` label would be better here. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8564#note_111298