Commit 2e143045 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Pierre d'Herbemont

gui/macosx: fix crash when the volume slider has been modified.

Signed-off-by: default avatarPierre d'Herbemont <pdherbemont@free.fr>
parent 9c21b7ec
......@@ -436,7 +436,7 @@
i_volume_step = config_GetInt( p_intf->p_libvlc, "volume-step" );
aout_VolumeSet( p_playlist, i_volume * i_volume_step );
pl_Release( p_playlist );
pl_Release( p_intf );
/* Manage volume status */
[o_main manageVolumeSlider];
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment