[vlc-devel] [PATCH 6/6] thread: remove vlc_cond_destroy()
Thomas Guillem
thomas at gllm.fr
Fri Feb 21 13:21:36 CET 2020
Hello,
You missed
void vlc_rwlock_destroy (vlc_rwlock_t *lock)
{
vlc_cond_destroy (&lock->wait);
}
in src/misc/threads.c
Should we also remove vlc_rwlock_destroy() ?
More information about the vlc-devel
mailing list