Sweden-Number/dlls/gdiplus
Francois Gouget 53371cc556 gdiplus/tests: Fix a font test crash when "MS Shell Dlg" is not found.
When "MS Shell Dlg" is missing GdipCreateFontFamilyFromName() leaves
the GpFontFamily* pointer uninitialised. So initialize it to NULL in
order to get clean failures instead of a crash.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-27 20:27:22 +02:00
..
tests gdiplus/tests: Fix a font test crash when "MS Shell Dlg" is not found. 2021-08-27 20:27:22 +02:00
Makefile.in gdiplus: Use nameless unions. 2021-03-29 09:24:46 +02:00
brush.c gdiplus: Add a helper to initialize RectF. 2021-03-23 21:02:43 +01:00
customlinecap.c
font.c gdiplus: GdipGetFamilyName() should not crash when given a NULL name. 2021-08-27 20:27:22 +02:00
gdiplus.c gdiplus: Correctly handle UnitDisplay for printer DC. 2021-01-22 10:42:14 +01:00
gdiplus.manifest
gdiplus.rc
gdiplus.spec gdiplus: Implement GdipEnumerateMetafileSrcRectDestRectI. 2021-05-18 21:25:00 +02:00
gdiplus11.manifest
gdiplus_private.h gdiplus: Implement reference counting for private font families. 2021-05-27 11:33:16 +02:00
graphics.c gdiplus: Avoid filtering of special characters. 2021-05-17 09:27:00 +02:00
graphicspath.c gdiplus: Add a helper to initialize RectF. 2021-03-23 21:02:43 +01:00
image.c gdiplus: Use nameless unions. 2021-03-29 09:24:46 +02:00
imageattributes.c
matrix.c gdiplus: Add a helper to initialize RectF. 2021-03-23 21:02:43 +01:00
metafile.c gdiplus: Implement GdipEnumerateMetafileSrcRectDestRectI. 2021-05-18 21:25:00 +02:00
pathiterator.c
pen.c
region.c gdiplus: Add a helper to initialize RectF. 2021-03-23 21:02:43 +01:00
stringformat.c