Commit fe37fc3e authored by Rafaël Carré's avatar Rafaël Carré

Fix FontBuiler object destruction

parent fb237067
......@@ -523,6 +523,8 @@ static void FontBuilder( vlc_object_t *p_this )
FcConfigDestroy( p_fontconfig );
vlc_mutex_unlock( lock );
}
vlc_object_detach( p_this );
vlc_object_release( p_this );
}
#endif
......
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