wined3d: Initialize "type.padding" in arbfp_blit_set() (Valgrind).

This commit is contained in:
Henri Verbeet 2015-04-21 12:25:50 +02:00 committed by Alexandre Julliard
parent ca00d72da3
commit 8063d4cfcc

View file

@ -7715,6 +7715,7 @@ static HRESULT arbfp_blit_set(void *blit_priv, struct wined3d_context *context,
}
type.fixup = fixup;
type.use_color_key = !!color_key;
type.padding = 0;
entry = wine_rb_get(&priv->shaders, &type);
if (entry)