You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: deallocuse - Dereferencing 'node_ptr' after
it is deallocated / released
Seems that:
NodeBaseInterface::WeakPtr node_weak_ptr(node_ptr);
causes the cppcheck to fail if node_ptr is used after creating
the weak pointer from it.
0 commit comments