mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 04:39:42 +08:00
657da0b0096edc2bbb85a280b9877f9b0f67d708
- Fix reading the incorrect pool type when freeing pool. The PoolType in the entry is offset by 1, so it can be either 1 for NonPaged or 2 for paged. This used to give us index 0 for nonpaged (correct), and index -1 for paged (oops!). Mask by 3 instead, so we get 0 and 1. svn path=/trunk/; revision=43489
…
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%