]> git.sesse.net Git - vlc/commit
libvlc: Fix a typo in vlc_gc_object vlc_release(). We need to desstroy when the refco...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 19 Sep 2008 23:08:38 +0000 (01:08 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Fri, 19 Sep 2008 23:12:01 +0000 (01:12 +0200)
commita42998e5478948372da51a0d77e7d2332b61d8c8
treea0b644346b6387cdbf5a1dc101f2895bb4aec686
parent16903a1bbb9a15e718f3c63daa2b7972b9f83dc6
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).
src/libvlc.c