Commit 9ad990ac authored by Ilkka Ollakka's avatar Ilkka Ollakka

Don't release vout if it ain't present (eg. when audio is playing and

background image is only visible).
parent 46cf6c14
No related merge requests found
......@@ -801,9 +801,9 @@ void QVLCMenu::PopupMenu( intf_thread_t *p_intf, bool show )
qtr( "Leave Fullscreen" ),"" , ITEM_NORMAL,
p_vout->i_object_id, val, VLC_VAR_BOOL,
b_isFullscreen );
vlc_object_release( p_vout );
}
vlc_object_release( p_vout );
menu->addSeparator();
vlc_object_yield( p_input );
......
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