Skip to content

Commit

Permalink
Merge pull request #83 from kempniu/fix-segfault-static-dtors
Browse files Browse the repository at this point in the history
Prevent segmentation faults caused by unfavorable ordering of static destructors
  • Loading branch information
krzemin committed Oct 11, 2016
2 parents fb34170 + b0b8d5a commit aafbf76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/qnapiconfig.cpp
Expand Up @@ -20,7 +20,6 @@ QNapiConfig::QNapiConfig()

QNapiConfig::~QNapiConfig()
{
if(settings) delete settings;
}

void QNapiConfig::load(QString appDirPath)
Expand Down

0 comments on commit aafbf76

Please sign in to comment.