Commit a4b6c379 authored by Rafaël Carré's avatar Rafaël Carré

qt4 fullscreen: releases the vout

parent 431defd1
......@@ -610,6 +610,7 @@ void ControlsWidget::fullscreen()
if( p_vout)
{
var_SetBool( p_vout, "fullscreen", !var_GetBool( p_vout, "fullscreen" ) );
vlc_object_release( p_vout );
}
}
......
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