Commit 4a150ff3 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Backport [22022], [22051]

parent da7c568f
......@@ -132,7 +132,14 @@ update_t *__update_New( vlc_object_t *p_this )
p_update->i_mirrors = 0;
p_update->b_mirrors = VLC_FALSE;
return p_update;
#if 1
msg_Err( p_this, "Auto-update currently disabled." );
vlc_mutex_destroy( &p_update->lock );
free( p_update );
return NULL;
#else
return p_update
#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