diff --git a/containers_cpp/test/hazard_pointer_test.cc b/containers_cpp/test/hazard_pointer_test.cc index 6ea7611..33db76f 100644 --- a/containers_cpp/test/hazard_pointer_test.cc +++ b/containers_cpp/test/hazard_pointer_test.cc @@ -38,6 +38,9 @@ HazardPointerTest::HazardPointerTest() : #ifdef _MSC_VER #pragma warning(pop) #endif + object_pool(NULL), + stack(NULL), + hp(NULL), n_threads(static_cast (partest::TestSuite::GetDefaultNumThreads())) { n_elements_per_thread = 100;