Skip to content
Snippets Groups Projects
Commit 08cb6836 authored by Nicolas Vengeon's avatar Nicolas Vengeon Committed by Sébastien Blin
Browse files

avmodel.cpp: Segmentation fault error: mutex missing

Change-Id: Id0994bf32dccbc35422d8b96deeaeebebf8d61bc
parent 2853d185
No related branches found
No related tags found
No related merge requests found
......@@ -196,6 +196,7 @@ AVModel::getRenderersInfo(QString id)
void
AVModel::updateRenderersFPSInfo(QString rendererId)
{
std::unique_lock<std::mutex> lk(pimpl_->renderers_mtx_);
auto it = std::find_if(pimpl_->renderers_.begin(),
pimpl_->renderers_.end(),
[&rendererId](const auto& c) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment