Skip to content
  • Rémi Denis-Courmont's avatar
    Remove buggy and never used VLC_VAR_INHERITVALUE · c85d6074
    Rémi Denis-Courmont authored
    InheritValue() is not thread-safe. It runs under the variable lock of
    the object creating the new variabe. But it reads variables of parent
    objects. This would require the variable lock of the parent object.
    
    We still need to fix var_Create() with VLC_VAR_DOINHERIT.
    c85d6074