Commit 7000eebf authored by Yoann Peronneau's avatar Yoann Peronneau

* vlm_panel.cpp: fix uninitialized variables

parent fcbecde7
......@@ -355,6 +355,9 @@ VLMAddStreamPanel::VLMAddStreamPanel( intf_thread_t *_p_intf,
b_edit = _b_edit;
b_broadcast = _b_broadcast;
p_open_dialog = NULL;
p_sout_dialog = NULL;
SetAutoLayout( TRUE );
wxBoxSizer *panel_sizer = new wxBoxSizer( wxVERTICAL );
......
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