Skip to content
  • Rémi Denis-Courmont's avatar
    objects: introduce vlc_object_delete() · 07b71228
    Rémi Denis-Courmont authored
    Objects have one strong reference held by their "owner", and zero or
    more weak references generated by vlc_object_hold() et al. This
    provides a separate function to remove the strong reference than
    vlc_object_release() to remove weak ones.
    
    With this sole change, this is really only an annotation though.
    07b71228