Commit 289a05e6 authored by Rafaël Carré's avatar Rafaël Carré

Release the input in PopupMenu

Patch by Jean-Philippe André
parent fe01e52b
......@@ -658,6 +658,8 @@ void QVLCMenu::PopupMenu( intf_thread_t *p_intf, bool show )
VideoAutoMenuBuilder( p_vout, objects, varnames );
vlc_object_release( p_vout );
}
vlc_object_release( p_input );
}
QMenu *menu = new QMenu();
......
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