• Rémi Denis-Courmont's avatar
    audioscrobbler: do not mix vlc_object and vlc_thread APIs... · 75fb09e9
    Rémi Denis-Courmont authored
    Also do not needlessly lock after unregistering the callbacks. We have
    to assume that when var_DelCallback returns, any pending callback
    invocation has be completed. Otherwise, we would any crash when Close()
    releases the mutex, destroys it, and the callback then tries to acquire
    the mutex.
    75fb09e9
audioscrobbler.c 32.7 KB