| 80 | } |
| 81 | |
| 82 | DUChainBase::~DUChainBase() |
| 83 | { |
| 84 | if (m_ptr) |
| 85 | m_ptr->m_base = nullptr; |
| 86 | |
| 87 | if (d_ptr->m_dynamic) { |
| 88 | DUChainItemSystem::self().deleteDynamicData(d_ptr); |
| 89 | d_ptr = nullptr; |
| 90 | } |
| 91 | } |
| 92 | |
| 93 | TopDUContext* DUChainBase::topContext() const |
| 94 | { |
nothing calls this directly
no test coverage detected