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:
parent
199c34710e
commit
f1df8cc367
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ int if_destroy(struct interface *i)
|
|||
|
||||
rtnl_qdisc_put(i->tc_qdisc);
|
||||
|
||||
free(i);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue