mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
This avoids performing a double-free (even though that's hidden by the fact we use lookaside allocations for VACB), and it avoids freeing a memory address at an uninitialized address. We don't care about references here, the VACB was just allocated, never linked and we're its only user. CORE-15413