Fix use-after-free when the input is still in use by someone else (refs #1287).
Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock. One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
Showing
Please register or sign in to comment