diff --git a/deps/oblib/src/lib/thread/thread.cpp b/deps/oblib/src/lib/thread/thread.cpp index f947a8d17..a4c35f935 100644 --- a/deps/oblib/src/lib/thread/thread.cpp +++ b/deps/oblib/src/lib/thread/thread.cpp @@ -232,10 +232,7 @@ void Thread::destroy_stack() pth_ = 0; } #else - if (stack_addr_ != nullptr) { - stack_addr_ = nullptr; - pth_ = 0; - } + pth_ = 0; #endif }