Changeset a92ce4ef in mainline
- Timestamp:
- 2011-10-14T10:29:39Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 87037cc9
- Parents:
- d8e698e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmid/usbmid.c
rd8e698e7 ra92ce4ef 80 80 return ret; 81 81 } 82 /* NOTE: interface memebrpoints somewhere, but we did not83 * allocate that space, s leave it be*/82 /* NOTE: usbmid->interface points somewhere, but we did not 83 * allocate that space, so don't touch */ 84 84 ddf_fun_destroy(mid_iface->fun); 85 free(mid_iface); 85 /* NOTE: mid_iface is invalid at this point, it was assigned to 86 * mid_iface->fun->driver_data and freed in ddf_fun_destroy */ 86 87 return EOK; 87 88 }
Note:
See TracChangeset
for help on using the changeset viewer.