dwrite: Initialize a variable (Coverity).

This commit is contained in:
Marcus Meissner 2014-11-30 10:45:16 +01:00 committed by Alexandre Julliard
parent c7e9ffa70a
commit 2bfb3ef624
1 changed files with 1 additions and 1 deletions

View File

@ -845,7 +845,7 @@ static HRESULT WINAPI dwritetextanalyzer_GetGlyphs(IDWriteTextAnalyzer2 *iface,
{
const struct dwritescript_properties *scriptprops;
struct scriptshaping_context context;
struct scriptshaping_cache *cache;
struct scriptshaping_cache *cache = NULL;
WCHAR *string;
BOOL update_cluster;
UINT32 i, g;