From bc6b80b3c1518cdd4a142134872d671a078191bb Mon Sep 17 00:00:00 2001 From: Tobias Schuele Date: Tue, 9 Jun 2015 17:28:17 +0200 Subject: [PATCH] Changed initial value of allocated_object_from_different_thread. --- containers_cpp/test/hazard_pointer_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers_cpp/test/hazard_pointer_test.cc b/containers_cpp/test/hazard_pointer_test.cc index acbf99e..ab2666c 100644 --- a/containers_cpp/test/hazard_pointer_test.cc +++ b/containers_cpp/test/hazard_pointer_test.cc @@ -97,7 +97,7 @@ void HazardPointerTest::HazardPointerTest1_ThreadMethod() { PT_ASSERT(success == true); - embb::base::Atomic* allocated_object_from_different_thread(NULL); + embb::base::Atomic* allocated_object_from_different_thread(0); int diff_count = 0; -- libgit2 0.26.0