try to fix segfault on webtv channel - neutrino shutdown

Origin commit data
------------------
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
This commit is contained in:
Jacek Jendrzej
2014-11-13 15:38:30 +01:00
parent 1f023d3994
commit 5fcef17edf
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()