audioplayer: g_Sectionsd is gone when destructor runs

This commit is contained in:
Stefan Seyfried
2013-05-24 16:58:18 +02:00
parent c1c734f463
commit a7e0bdfb27

View File

@@ -236,7 +236,7 @@ CAudioPlayerGui::~CAudioPlayerGui()
m_filelist.clear();
m_title2Pos.clear();
// g_Zapit->setStandby (false);
g_Sectionsd->setPauseScanning (false);
// g_Sectionsd->setPauseScanning (false);
delete dline;
delete ibox;
}