mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
[WIN32K]
Use ExFreePoolWithTag instead of ExFreePool in SpiNotifyNCMetricsChanged. Fixes CID 716644 svn path=/trunk/; revision=57502
This commit is contained in:
@@ -741,7 +741,7 @@ SpiNotifyNCMetricsChanged()
|
||||
UserDerefObjectCo(pwndCurrent);
|
||||
}
|
||||
|
||||
ExFreePool(ahwnd);
|
||||
ExFreePoolWithTag(ahwnd, USERTAG_WINDOWLIST);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user