Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
672c415c
Commit
672c415c
authored
Mar 08, 2010
by
Alexander Wiebel
Browse files
[FIX
#244
] fixed another memory leak possibly contributing to the erro
mentioned in
#244
parent
fbc8d596
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/modules/fiberDisplay/WKdTree.cpp
src/modules/fiberDisplay/WKdTree.cpp
+5
-0
No files found.
src/modules/fiberDisplay/WKdTree.cpp
View file @
672c415c
...
...
@@ -69,6 +69,11 @@ WKdTree::WKdTree( int size, float *pointArray ) :
thread4
->
wait
();
wlog
::
debug
(
"KdTree"
)
<<
"All threads finished"
;
delete
thread1
;
delete
thread2
;
delete
thread3
;
delete
thread4
;
}
WKdTree
::~
WKdTree
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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