fix(util/log_tree): fix memory leak
This commit is contained in:
parent
677bf43da3
commit
cfa0f798ac
1 changed files with 0 additions and 1 deletions
|
|
@ -77,7 +77,6 @@ log_tree::node log_tree::node::clone_core() const {
|
|||
copy.m_ptr->m_tree = m_ptr->m_tree;
|
||||
copy.m_ptr->m_detached = m_ptr->m_detached;
|
||||
copy.m_ptr->m_entries = m_ptr->m_entries;
|
||||
m_ptr->m_detached = true;
|
||||
return copy;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue