01-27-2025, 11:07 PM
Line 309 is the glitch. It's missing a _FREEIMAGE in there:
We're replacing an old hardware image with a new hardware image, by we never free the old from memory, which is the leak in mem uage that you see.
Code: (Select All)
_FreeImage Virtual_KB(Which).Hardware_Handle
Virtual_KB(Which).Hardware_Handle = _CopyImage(Virtual_KB(Which).Handle, 33)
We're replacing an old hardware image with a new hardware image, by we never free the old from memory, which is the leak in mem uage that you see.