CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/06/01 13:32:43
Modified files:
x11/vlc : Makefile
Added files:
x11/vlc/patches: patch-modules_audio_output_sndio_c
Log message:
Fix crash when volume is adjusted while playback is stopped
Set volume/mute function pointers when handle is freed, to ensure
sio_setvol() is not called on a freed handle. Fixes crashes when
volume is adjusted while playback is stopped.
Suggested and OK brad@, found and tested by Mark Patruck
