summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libass/ass_render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libass/ass_render.c b/libass/ass_render.c
index 25f4bf6..6140788 100644
--- a/libass/ass_render.c
+++ b/libass/ass_render.c
@@ -1148,7 +1148,7 @@ get_outline_glyph(ASS_Renderer *priv, GlyphInfo *info)
OutlineHashValue *val;
OutlineHashKey key;
- memset(&info->hash_key, 0, sizeof(key));
+ memset(&info->hash_key, 0, sizeof(info->hash_key));
fill_glyph_hash(priv, &key, info);
val = ass_cache_get(priv->cache.outline_cache, &key);