Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
b90a54d4
Commit
b90a54d4
authored
Jun 16, 2014
by
Jakob Weiss
Browse files
fixed leaking thread instance in openigtlink processor
parent
4ea9ea32
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/openigtlink/processors/openigtlinkclient.cpp
View file @
b90a54d4
...
...
@@ -508,6 +508,7 @@ namespace campvis {
_receiverThread
->
join
();
_receiverRunning
=
false
;
delete
_receiverThread
;
}
catch
(
std
::
exception
&
e
)
{
LERRORC
(
"CAMPVis.modules.base.MatrixProcessor"
,
"Caught exception during _thread.join: "
<<
e
.
what
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment