Commit 524de4bb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: initialize member pointers in SPrefs constructor

parent b2682aff
......@@ -306,6 +306,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
ConfigControl *control;
number = _number;
lang = NULL;
radioGroup = NULL;
#define CONFIG_GENERIC( option, type, label, qcontrol ) \
p_config = config_FindConfig( VLC_OBJECT(p_intf), option ); \
......
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