aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.cpp')
-rw-r--r--src/thread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.cpp b/src/thread.cpp
index 45734e84e..8474fe38b 100644
--- a/src/thread.cpp
+++ b/src/thread.cpp
@@ -62,7 +62,7 @@ bool Thread::Stop()
stopping = true;
thread->join();
- stdalgo::delete_zero(thread);
+ insp::delete_zero(thread);
return true;
}