projects
/
cubemap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
433df75
)
Fix another minor leak.
author
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Tue, 16 Apr 2013 20:38:20 +0000
(22:38 +0200)
committer
Steinar H. Gunderson
<sgunderson@bigfoot.com>
Tue, 16 Apr 2013 20:38:20 +0000
(22:38 +0200)
main.cpp
patch
|
blob
|
history
diff --git
a/main.cpp
b/main.cpp
index
9514270
..
55548ba
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-406,6
+406,7
@@
start:
if (stats_thread != NULL) {
stats_thread->stop();
+ delete stats_thread;
}
for (size_t i = 0; i < acceptors.size(); ++i) {
acceptors[i]->stop();