[vlc-commits] Qt: initialize member pointers in SPrefs constructor
    Jean-Baptiste Kempf 
    git at videolan.org
       
    Sat Nov 15 00:55:27 CET 2014
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Nov 15 00:54:06 2014 +0100| [524de4bb441b7f1b1c290431e9d892243cac181d] | committer: Jean-Baptiste Kempf
Qt: initialize member pointers in SPrefs constructor
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=524de4bb441b7f1b1c290431e9d892243cac181d
---
 modules/gui/qt4/components/simple_preferences.cpp |    1 +
 1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt4/components/simple_preferences.cpp b/modules/gui/qt4/components/simple_preferences.cpp
index 66a01d3..f73657d 100644
--- a/modules/gui/qt4/components/simple_preferences.cpp
+++ b/modules/gui/qt4/components/simple_preferences.cpp
@@ -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 );  \
    
    
More information about the vlc-commits
mailing list