Commit bc6b80b3 by Tobias Schuele

Changed initial value of allocated_object_from_different_thread.

parent b5c4726f
......@@ -97,7 +97,7 @@ void HazardPointerTest::HazardPointerTest1_ThreadMethod() {
PT_ASSERT(success == true);
embb::base::Atomic<int>* allocated_object_from_different_thread(NULL);
embb::base::Atomic<int>* allocated_object_from_different_thread(0);
int diff_count = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment