d3dxof: Properly initialize nb_childs.

oldstable
Christian Costa 2009-10-23 08:40:48 +02:00 committed by Alexandre Julliard
parent a60dd6e918
commit b9561c9cf9
1 changed files with 2 additions and 0 deletions

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;