Skip to content

Commit ba78b10

Browse files
committed
updated op
1 parent 8e659d6 commit ba78b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

taskflow/utility/object_pool.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ T* ObjectPool<T, S>::allocate() {
585585
// my logically mapped heap
586586
LocalHeap& h = _this_heap();
587587

588-
Block* s;
588+
Block* s {nullptr};
589589

590590
h.mutex.lock();
591591

0 commit comments

Comments
 (0)