Commit 56ccebfb authored by Clément Stenac's avatar Clément Stenac

Free

parent 1856ddb7
......@@ -386,6 +386,8 @@ void __vlc_object_destroy( vlc_object_t *p_this )
free( p_this->p_vars );
vlc_mutex_destroy( &p_this->var_lock );
if( p_this->psz_header ) free( p_this->psz_header );
if( p_this->i_object_type == VLC_OBJECT_ROOT )
{
/* We are the root object ... no need to lock. */
......
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