X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=src%2Fdhp.cpp;h=ef321c7cdbfa36502c6650aeb7d3abc17bc5d811;hp=27014fc84b2946d31a6eb511a09937f36d240c9f;hb=9bcb21890d7175dcc634120dac455516fa35dadd;hpb=c127b1780d72d0fb14460e939d323875432e5244 diff --git a/src/dhp.cpp b/src/dhp.cpp index 27014fc8..ef321c7c 100644 --- a/src/dhp.cpp +++ b/src/dhp.cpp @@ -118,7 +118,7 @@ namespace cds { namespace gc { namespace dhp { CDS_EXPORT_API retired_allocator::~retired_allocator() { - while ( retired_block* rb = static_cast( free_list_.get()) ) { + while ( retired_block* rb = static_cast( free_list_.get())) { rb->~retired_block(); s_free_memory( rb ); }