wxTimer Leak
BlitzMax Forums/Brucey's Modules/wxTimer Leak| 
 | ||
| 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. | 
| 
 | ||
| I've updated wxTimer and added a Free() implementation. You can call this when you want to completely remove an instance of wxTimer. | 
| 
 | ||
| That's fixed it. Thanks Brucey! |