Update src/samples/test-sample/test.cpp

Co-authored-by: Maurice Heumann <MauriceHeumann@gmail.com>
This commit is contained in:
Elias Bachaalany
2025-12-02 15:44:21 -08:00
committed by GitHub
parent 7cb92a662b
commit 4a905d562a

View File

@@ -107,7 +107,7 @@ namespace
constexpr int thread_count = 5;
HANDLE threads[thread_count] = {nullptr};
ctx_t* ctxs[thread_count] = {nullptr};
ctx_t ctxs[thread_count] = {};
for (int i = 0; i < thread_count; i++)
{