https://bugs.documentfoundation.org/show_bug.cgi?id=98859

Armin Le Grand (CIB) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
     Ever confirmed|0                           |1
                 OS|All                         |Windows (All)

--- Comment #1 from Armin Le Grand (CIB) <[email protected]> ---
Of course only on Windows. Problem could be solved by freeing the
Gdiplus::GpSolidFill using

GpStatus WINGDIPAPI GdipDeleteBrush(GpBrush *brush)

(see
https://msdn.microsoft.com/en-us/library/windows/desktop/ms533974%28v=vs.85%29.aspx).
But basic problem is usage of the procedural calls per se. To make sure that
does not happen on other places, replace that calls (starting with
Gdiplus::DllExports::Gdip*) using the Object-Oriented approach

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to