ncurses: no need to turn off cancellation in message callback
There is no potentially cancellation-unsafe code here (unlike Qt4), since msg_Free() is safe and vlc_mutex_*() of course too.
Showing
Please register or sign in to comment
There is no potentially cancellation-unsafe code here (unlike Qt4), since msg_Free() is safe and vlc_mutex_*() of course too.