This commit is contained in:
Peter Thorson
2012-04-13 08:47:48 -05:00
parent e928f4a566
commit 9ba194a7f9

View File

@@ -229,6 +229,7 @@ private:
//s->m_pool->recycle(ptr(const_cast<data *>(s)));
} else if (count == 0) {
lock.unlock();
boost::checked_delete(static_cast<data const *>(s));
}
}