mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove duplicate if_free().
Submitted by: ru@
This commit is contained in:
parent
223aaaecb0
commit
bb041987d9
1 changed files with 0 additions and 1 deletions
|
|
@ -370,7 +370,6 @@ ed_detach(device_t dev)
|
|||
ether_ifdetach(ifp);
|
||||
bus_teardown_intr(dev, sc->irq_res, sc->irq_handle);
|
||||
ed_release_resources(dev);
|
||||
if_free(ifp);
|
||||
ED_LOCK_DESTROY(sc);
|
||||
return (0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue