Alexandre Julliard wrote:
Log message: Allocate fonts and regions from the large heap too.
While this is surely good, I guess it would be nice to have an option to restore the previous behaviour. It's much easier to find font leaks this way.
Or is there an official way to determine how many GDI handle get leaked (if any) and how many of each type ?
(WINEDEBUG=lotsaoptions wine app.exe | egrep complicatedgrepexpression doesn't count)
Krzysztof
Krzysztof Foltman kfoltman@portal.onet.pl writes:
Alexandre Julliard wrote:
Log message: Allocate fonts and regions from the large heap too.
While this is surely good, I guess it would be nice to have an option to restore the previous behaviour. It's much easier to find font leaks this way.
Just comment out the appropriate entry in that switch() and you are back to the old behavior.