misc/objects.c:
* Fix a rare race condition that may happen because the refcount was changed outside of the structure lock. * assert(refcount>0) in some key function to help to track freed object easily. * Use vlc_object_yield_locked() instead of refcount++.
Showing
Please register or sign in to comment