diff options
author | Stefan Radomski <github@mintwerk.de> | 2016-05-12 19:16:31 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2016-05-12 19:16:31 (GMT) |
commit | 3cfb5df8f3b0571a529d05e51218eb9f4fdc1930 (patch) | |
tree | b4bf3efed6af75d6e65b3f909a60752f3e0a0fb3 /src/uscxml/interpreter/InterpreterImpl.cpp | |
parent | adbae7680e89795041cbfff32768d15683416f1b (diff) | |
download | uscxml-3cfb5df8f3b0571a529d05e51218eb9f4fdc1930.zip uscxml-3cfb5df8f3b0571a529d05e51218eb9f4fdc1930.tar.gz uscxml-3cfb5df8f3b0571a529d05e51218eb9f4fdc1930.tar.bz2 |
Compile all dependencies with position independent code
Diffstat (limited to 'src/uscxml/interpreter/InterpreterImpl.cpp')
-rw-r--r-- | src/uscxml/interpreter/InterpreterImpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/interpreter/InterpreterImpl.cpp b/src/uscxml/interpreter/InterpreterImpl.cpp index ba75ab8..e61c4ab 100644 --- a/src/uscxml/interpreter/InterpreterImpl.cpp +++ b/src/uscxml/interpreter/InterpreterImpl.cpp @@ -80,6 +80,7 @@ InterpreterImpl::~InterpreterImpl() { _delayQueue.cancelAllDelayed(); if (_document) delete _document; + { std::lock_guard<std::recursive_mutex> lock(_instanceMutex); _instances.erase(getSessionId()); |