dwrite: Check correct variable (Coverity).

This commit is contained in:
André Hentschel 2014-09-22 20:46:51 +02:00 committed by Alexandre Julliard
parent 8a7d4c7f22
commit b12381a04a
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ HRESULT clone_localizedstring(IDWriteLocalizedStrings *iface, IDWriteLocalizedSt
*strings = NULL;
New = heap_alloc(sizeof(struct localizedstrings));
if (!This) return E_OUTOFMEMORY;
if (!New) return E_OUTOFMEMORY;
New->IDWriteLocalizedStrings_iface.lpVtbl = &localizedstringsvtbl;
New->ref = 1;