Commit b9561c9c authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

d3dxof: Properly initialize nb_childs.

parent a60dd6e9
......@@ -1174,6 +1174,8 @@ static BOOL parse_object_members_list(parse_buffer * buf)
static BOOL parse_object_parts(parse_buffer * buf, BOOL allow_optional)
{
buf->pxo->nb_childs = 0;
if (!parse_object_members_list(buf))
return FALSE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment