forked from boostorg/beast
committed by
Vinnie Falco
parent
9d23bec2bc
commit
9201210d5e
@ -56,7 +56,7 @@ public:
|
|||||||
void
|
void
|
||||||
destroy()
|
destroy()
|
||||||
{
|
{
|
||||||
if(refs_--)
|
if(--refs_)
|
||||||
return;
|
return;
|
||||||
this->~static_pool();
|
this->~static_pool();
|
||||||
delete[] reinterpret_cast<char*>(this);
|
delete[] reinterpret_cast<char*>(this);
|
||||||
|
Reference in New Issue
Block a user