-try to fix segfault on webtv channel - neutrino shutdown

This commit is contained in:
Jacek Jendrzej
2014-11-13 15:38:30 +01:00
parent 6e08417d40
commit b22625aa36
2 changed files with 6 additions and 3 deletions

View File

@@ -809,6 +809,9 @@ CRecordManager::~CRecordManager()
}
nextmap.clear();
durations.clear();
sm.lock();
manager = NULL;
sm.unlock();
}
CRecordManager * CRecordManager::getInstance()