Opened 14 years ago
Closed 13 years ago
#353 closed defect (fixed)
usb_hid_free_report_list() does not free anything
Reported by: | Jiri Svoboda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.5.0 |
Component: | helenos/unspecified | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description
The first statement of the function is return
.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed by removing the function in mainline,1285.
Note:
See TracTickets
for help on using tickets.
The function does not even get called.