-
Pierre d'Herbemont authored
libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refcount reaches zero. (Why do we use uint? We can't track over-releasing?) (Or we need to init it at 2).
a42998e5
libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refcount reaches zero. (Why do we use uint? We can't track over-releasing?) (Or we need to init it at 2).