Kaydet (Commit) 2480abb1 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

taking the mutex before calling update is a deadlock as well

The mutex is unnecessary as update is calling join in the beginning
anyway.

Change-Id: I1dc0c415f4405b58ddbe3640fa8870bed9fefef3
üst 057613c6
......@@ -606,7 +606,6 @@ void GL3DBarChart::render()
if (BENCH_MARK_MODE)
return;
osl::MutexGuard aGuard(maMutex);
update();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment