Re: [6/7] gdiplus: Implemented GdipGetPathData with test

2008-06-26 Thread Detlef Riekenberg
Hi Nikolay: +pathData-Points = GdipAlloc(sizeof(PointF) * pathData-Count); +if(!pathData-Points) +return OutOfMemory; + +pathData-Types = GdipAlloc(pathData-Count); +if(!pathData-Points) Greetings from Copy Paste pathData-Points = pathData-Types +

Re: [6/7] gdiplus: Implemented GdipGetPathData with test

2008-06-25 Thread Paul Vriens
Nikolay Sivov wrote: Changelog: - Implemented GdipGetPathData with test --- dlls/gdiplus/gdiplus.spec |2 +- dlls/gdiplus/graphicspath.c | 22 ++ dlls/gdiplus/tests/graphicspath.c | 23 +++ include/gdiplusflat.h

Re: [6/7] gdiplus: Implemented GdipGetPathData with test

2008-06-25 Thread Nikolay Sivov
Paul Vriens wrote: Nikolay Sivov wrote: Changelog: - Implemented GdipGetPathData with test --- dlls/gdiplus/gdiplus.spec |2 +- dlls/gdiplus/graphicspath.c | 22 ++ dlls/gdiplus/tests/graphicspath.c | 23 +++

Re: [6/7] gdiplus: Implemented GdipGetPathData with test

2008-06-25 Thread Paul Vriens
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

Re: [6/7] gdiplus: Implemented GdipGetPathData with test

2008-06-25 Thread Nikolay Sivov
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