Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating my Mouse/Keyboard/Buttons/Fields routine.
#21
Line 309 is the glitch.  It's missing a _FREEIMAGE in there:

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.  Smile
Reply


Messages In This Thread
RE: Updating my mouse and keyboard routine. - by SMcNeill - 01-27-2025, 11:07 PM



Users browsing this thread: 1 Guest(s)