Commit 470ba2c1 authored by Antoine Cellerier's avatar Antoine Cellerier

Don't assert.

parent d97af9ae
......@@ -380,7 +380,7 @@ static int Create( vlc_object_t *p_this )
*/
p_fontbuilder = vlc_object_create( p_filter->p_libvlc,
VLC_OBJECT_GENERIC );
sizeof(vlc_object_t) );
if( p_fontbuilder )
{
p_fontbuilder->psz_object_name = strdup( "fontlist builder" );
......
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