summaryrefslogtreecommitdiff
path: root/framework/source/helper/wakeupthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/helper/wakeupthread.cxx')
-rw-r--r--framework/source/helper/wakeupthread.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/source/helper/wakeupthread.cxx b/framework/source/helper/wakeupthread.cxx
index b13621225d21..503f6707a010 100644
--- a/framework/source/helper/wakeupthread.cxx
+++ b/framework/source/helper/wakeupthread.cxx
@@ -53,6 +53,7 @@ void framework::WakeUpThread::stop() {
osl::MutexGuard g(mutex_);
terminate_ = true;
}
+ condition_.set();
join();
}