On 23.03.2011 17:12, Jeremy White wrote:
> My code was only a hack:) Yes, perlud_free is the ideal place - go ahead
> an commit it to CVS:)

good, if I remember how to do it :-) (not using CVS anymore since years...)

> There may be other objects that need deleting (fonts) and it looks like
> there is a minor leak somewhere aswell...

nope, with fonts you pass an already created handle, which means the GDI 
object is destroyed when $font (eg. the Perl object) goes out of scope. 
the problem occurs only with the brush, which is a GDI object created 
automatically when parsing windows creation options.

> Does this mean you are "back for good"?

I really hope so :-) I may need some time to catch up with the current 
shape of Win32::GUI, but I'm willing to lend a helping hand where I can.

cheers,
Aldo

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Perl-Win32-GUI-Users mailing list
Perl-Win32-GUI-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users
http://perl-win32-gui.sourceforge.net/

Reply via email to