Commit 26aaaa12 authored by Alexandre Julliard's avatar Alexandre Julliard

gdi32: Fix a misplaced release_dc_ptr call.

parent fe1f692d
......@@ -653,8 +653,8 @@ static INT FONT_EnumFontFamiliesEx( HDC hDC, LPLOGFONTW plf, FONTENUMPROCW efpro
fe.unicode = unicode;
fe.hdc = hDC;
ret = physdev->funcs->pEnumFonts( physdev, plf, FONT_EnumInstance, (LPARAM)&fe );
release_dc_ptr( dc );
}
release_dc_ptr( dc );
return ret;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment