Re: [PATCH] dwrite: Implement newer version of CreateFontFromLOGFONT()
April 22, 2016
11:52 a.m.
Hi Nikolay, On 04/21/16 19:48, Nikolay Sivov wrote:
+ hr = IDWriteFontCollection_FindFamilyName(collection, logfont->lfFaceName, &index, &exists); + if (FAILED(hr)) { + IDWriteFontCollection_Release(collection); + goto done; + }
You release collection twice in error path. Cheers, Jacek
3626
Age (days ago)
3626
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jacek Caban