d3dxof: Properly initialize nb_childs.

This commit is contained in:
Christian Costa 2009-10-23 08:40:48 +02:00 committed by Alexandre Julliard
parent a60dd6e918
commit b9561c9cf9

View file

@ -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;