try to fix segfault on webtv channel - neutrino shutdown

Origin commit data
------------------
Branch: ni/coolstream
Commit: b22625aa36
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2014-11-13 (Thu, 13 Nov 2014)

Origin message was:
------------------
-try to fix segfault on webtv channel - neutrino shutdown

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2014-11-13 15:38:30 +01:00
parent cfeb94de70
commit c5f4e00058
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()