Ruediger,IBTC wrote:I had also problem with memory leaks. For me they disappeared after I disabled
Code: Select all
::oGet:SetFont( ::oFont )
at METHOD Initiate of CLASS TComboBox. In older version of FWH this line wasn't there.
Instead of removing such code, please change the Method End() in Class TComboBox this way:
METHOD End() INLINE ::Hide(), If( ::oGet != nil, ::oGet:End(),), Super:End()