diff options
| author | Warner Losh <imp@FreeBSD.org> | 2006-03-01 06:31:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2006-03-01 06:31:24 +0000 |
| commit | e8bfdb2a3318a1bec308bce606aa9df203322ba3 (patch) | |
| tree | bdc2e70a0d76102f66baa872128f5a1348de809e | |
| parent | 61d3a4efc24f240ff5625b9220aa441ed82c2fae (diff) | |
Notes
| -rw-r--r-- | sys/dev/usb/usb_port.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_port.h b/sys/dev/usb/usb_port.h index 194ac5191bc8..296126e02269 100644 --- a/sys/dev/usb/usb_port.h +++ b/sys/dev/usb/usb_port.h @@ -435,7 +435,6 @@ typedef struct callout usb_callout_t; do { \ struct usb_attach_arg *uaap = device_get_ivars(dev); \ device_detach(dev); \ - free(uaap->ifaces, M_USB); \ free(uaap, M_USB); \ device_delete_child(device_get_parent(dev), dev); \ } while (0); |
