summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Interpreter.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-17 22:10:57 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-04-17 22:10:57 (GMT)
commiteba3e69a20da96e527827ac83a537cde8bdc66ba (patch)
tree1af22b6d30c7c9c1f60fdff8e7eb6538754cd5d3 /src/uscxml/Interpreter.cpp
parentbd394cdb9f78715cf92ddaaef026b6b00d3d2bd9 (diff)
downloaduscxml-eba3e69a20da96e527827ac83a537cde8bdc66ba.zip
uscxml-eba3e69a20da96e527827ac83a537cde8bdc66ba.tar.gz
uscxml-eba3e69a20da96e527827ac83a537cde8bdc66ba.tar.bz2
Protect parts of interpreter with mutexes for thread-safety
Diffstat (limited to 'src/uscxml/Interpreter.cpp')
-rw-r--r--src/uscxml/Interpreter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/uscxml/Interpreter.cpp b/src/uscxml/Interpreter.cpp
index c951999..b2e61fd 100644
--- a/src/uscxml/Interpreter.cpp
+++ b/src/uscxml/Interpreter.cpp
@@ -190,7 +190,6 @@ void InterpreterImpl::setName(const std::string& name) {
}
InterpreterImpl::~InterpreterImpl() {
- tthread::lock_guard<tthread::recursive_mutex> lock(_mutex);
if (_thread) {
_running = false;
// unblock event queue