wxTimer Leak

BlitzMax Forums/Brucey's Modules/wxTimer Leak

DavidDC(Posted 2009) [#1]
Unless I'm doing something silly, it looks like wxTimer leaks. It does in my app (outside the wxApp Onit()) and in the test code below.

XP tested only. [edit] Not a big drama as I can work around via globals, but thought I'd mention it.




Brucey(Posted 2009) [#2]
I've updated wxTimer and added a Free() implementation.

You can call this when you want to completely remove an instance of wxTimer.


DavidDC(Posted 2009) [#3]
That's fixed it. Thanks Brucey!