diff --git a/lib/super_node.cpp b/lib/super_node.cpp index 4a3a1984a..d452ee5ef 100644 --- a/lib/super_node.cpp +++ b/lib/super_node.cpp @@ -465,8 +465,6 @@ void SuperNode::stopInterfaces() if (ret) throw RuntimeError("Failed to stop interface: {}", if_name(i)); } - - vlist_destroy(&interfaces, (dtor_cb_t) if_destroy, false); #endif /* WITH_NETEM */ }