| 46 | } |
| 47 | |
| 48 | void |
| 49 | INKVConnInternal::free() |
| 50 | { |
| 51 | clear(); |
| 52 | this->mutex.clear(); |
| 53 | m_free_magic = INKCONT_INTERN_MAGIC_DEAD; |
| 54 | THREAD_FREE(this, INKVConnAllocator, this_thread()); |
| 55 | } |
| 56 | |
| 57 | void |
| 58 | INKVConnInternal::destroy() |
nothing calls this directly
no test coverage detected