mirror of
https://github.com/reactos/reactos.git
synced 2026-09-25 11:39:35 +08:00
[NTUSER] Delete gpDeviceInfoListMutex resource on shutdown (#9561)
Fixes a shutdown crash caused by a missing resource deletion. CORE-20777
This commit is contained in:
@@ -385,6 +385,7 @@ RawInputThreadMain(VOID)
|
||||
ghKeyboardDevice = NULL;
|
||||
}
|
||||
|
||||
ExDeleteResourceLite(gpDeviceInfoListMutex);
|
||||
ExFreePoolWithTag(gpDeviceInfoListMutex, USERTAG_SYSTEM);
|
||||
|
||||
ERR("Raw Input Thread Exit!\n");
|
||||
|
||||
Reference in New Issue
Block a user