Commit 5a1c1472 authored by Pierre Ynard's avatar Pierre Ynard

quartztext: build fix

parent d3c4e780
......@@ -736,6 +736,7 @@ static int ProcessNodes( filter_t *p_filter,
}
break;
case XML_READER_TEXT:
{
CFStringRef p_cfString;
int len;
......@@ -773,6 +774,7 @@ static int ProcessNodes( filter_t *p_filter,
break;
}
}
}
while( VLC_SUCCESS == PopFont( &p_fonts ) );
......
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