diff --git a/src/samples/test-sample/test.cpp b/src/samples/test-sample/test.cpp index 868c54a0..641b46a7 100644 --- a/src/samples/test-sample/test.cpp +++ b/src/samples/test-sample/test.cpp @@ -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++) {