mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
cc_frm: add global mutex for cc forms
Origin commit data
------------------
Branch: ni/coolstream
Commit: 03d61d7828
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-01-05 (Sun, 05 Jan 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -436,6 +436,8 @@ void CComponentsForm::paintCCItems()
|
||||
|
||||
try{
|
||||
for(size_t i=0; i<v_cc_items.size(); i++){
|
||||
std::lock_guard<std::mutex> g(cc_frm_mutex);
|
||||
|
||||
if (!v_cc_items.at(i))
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user