CVSROOT:        /cvs
Module name:    ports
Changes by:     t...@cvs.openbsd.org    2023/03/14 04:08:13

Modified files:
        x11/mplayer    : Makefile 
        x11/mplayer/patches: patch-libao2_ao_sndio_c 

Log message:
mplayer: fix a crash when exiting in muted state

Muting mplayer with 'm', then hitting '<enter>' segfaults mplayer since it
tries to unmute itself after uninitializing the sndio backend. Clear the
havevol flag on uninit() to block subsequent AOCONTROL_{GET,SET}_VOLUME
operations.

Fix suggested by and ok ratchov

Reply via email to