[Bug 40304] EveHQ2 crashes with builtin gdiplus

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Mar 17 13:12:20 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40304

--- Comment #6 from Louis Lenders <xerox_xerox2000 at yahoo.co.uk> ---
(In reply to Nikolay Sivov from comment #5)
> This makes sense to me. Please remove check for NULL matrix in
> GdipFlattenPath() too before sending this.

Hi Nicolay, I`m not sure what you mean with that last remark. The code in
GdipFlattenPath seems to handle things already correctly,right?:


GpStatus WINGDIPAPI GdipFlattenPath(GpPath *path, GpMatrix* matrix, REAL
flatness)
.
.
.
.

   if(matrix){
        stat = GdipTransformPath(path, matrix);
        if (stat != Ok)
            return stat;
    }

.
.
.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list