Comment 16 for bug 1327614

Revision history for this message
Daniel Schürmann (daschuer) wrote :

You are suffering a Null pointer access

frame #4: 0x00000001000461e4 mixxx`ConfigObject<ConfigValue>::get(this=0x0000000000000000, k=ConfigKey at 0x00007fff5fbfbba0) + 20 at configobject.h:152

QString configSkin = m_pConfig->getValueString(ConfigKey("[Config]","Skin"));

This should be solved by the piping as well.