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

if: avoid another double free

This commit is contained in:
Steffen Vogel 2019-01-21 23:05:10 +01:00
parent 199c34710e
commit f1df8cc367

View file

@ -62,8 +62,6 @@ int if_destroy(struct interface *i)
rtnl_qdisc_put(i->tc_qdisc);
free(i);
return 0;
}