http://bugs.winehq.org/show_bug.cgi?id=29894
--- Comment #10 from Dmitry Timoshkov dmitry@baikal.ru 2012-02-15 07:40:51 CST --- (In reply to comment #8)
(In reply to comment #4)
The problem is that the application leaks an object created with GdipCreateSolidFill(), and built-in gdiplus always creates a GDI brush for such an object. Most likely native gdiplus creates a GDI brush only when needed.
You mean they never delete gdiplus brushes?
They do, sometimes :)