Paul Vriens wrote:
Nikolay Sivov wrote:
Paul Vriens wrote:
Nikolay Sivov wrote:
Hi,
We seem to have numerous failures (and even more serious, test crashes) with these tests on Windows. I did check a few things myself but I'm lacking the knowledge to look further in to this.
Running the tests on Wine succeeds for me, when I however run the same graphicspath tests on Wine with a native gdiplus.dll (through winetricks) this test is also crashing.
Not fails but crashes? There could be problem with memory freeing I think. I'll take a look at it. Thanks.
Yes, the test actually crashes while doing the GdipGetPathData call.
Yeah. I've got it. In native the wrapper does all new/delete operations, my mistake. And GdipGetPathData should only fill this structure. I think I'll post correct patch (or maybe fully resent last gdiplus series) after next commit bunch.