Re: Wx 0.9928 Released

2016-01-04 Thread Mark Dootson
Hi, The real issue is in cpp/v_cback.cpp and the method. bool wxPliVirtualCallback::FindCallback( pTHX_ const char* name ) const Failure to find a callback in the base Perl class here causes an SV leak as measured by Devel::Leak; So, a basic fix for the problem in Wx::Timer was to add the

Re: Wx 0.9928 Released

2016-01-03 Thread Steve Cookson - gmail
Hi Mark, Happy New Year. Great that you fixed this. Thanks very much. I looked at code and I didn't understand. It seems that you've added a wxTimer::Notify event. But I don't understand why this should cause a memory leak. Weird. Was there a problem with the undertlying wxWidgets as well

Wx 0.9928 Released

2015-12-20 Thread Mark Dootson
Hi, Wx 0.9928 has been released to CPAN. This fixes a Wx::Timer memory leak. Regards Mark