Hi, there is a little bug in the void _Tables::reclaimIfPossible(), it's doing delete this; and then setting a private member. It must either do the setting first or simply delete this, otherwise it will be trying to access a memory block that has been already free'ed