1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

super_node: remove double free of interface list

This commit is contained in:
Steffen Vogel 2019-01-21 22:59:37 +01:00
parent c225205713
commit 37dc6904ad

View file

@ -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 */
}