mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
committed by
Vinnie Falco
parent
9d23bec2bc
commit
9201210d5e
@ -56,7 +56,7 @@ public:
|
||||
void
|
||||
destroy()
|
||||
{
|
||||
if(refs_--)
|
||||
if(--refs_)
|
||||
return;
|
||||
this->~static_pool();
|
||||
delete[] reinterpret_cast<char*>(this);
|
||||
|
Reference in New Issue
Block a user