jeffl jeffl@defcen.gov.au writes:
When browsing ntdll/heap.c I noticed that the condition set would cause a memory leak if the unlikely event ever occured. The patch causes a warning to be issued as well so that there is a record.
Why would it cause a memory leak? This thing is only used for clearing the block when debugging.