wine/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
brush.c
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.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
graphicspath.c
image.c
imageattributes.c
Makefile.in
matrix.c
metafile.c gdiplus: Implement GdipEnumerateMetafileSrcRectDestRectI. 2021-05-18 21:25:00 +02:00
pathiterator.c
pen.c
region.c
stringformat.c