mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
* Ensure the lifetime of CPowerRenameProcessUI on the worker thread to prevent AV during shutdown * Ensure worker thread progress dialog pointer is valid. Also add a call to StopProgressDialog from the worker thread as the progress dialog can be particular about thread affinity for that method call. Co-authored-by: Chris Davis (EDGE) <chrdavis@microsoft.com>