Opened 11 years ago
Closed 9 years ago
#10502 closed bug (fixed)
[drivers/input/usb_hid] HIDParser.cpp: Memory leak
Reported by: | mt | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Drivers | Version: | R1/Development |
Keywords: | usb_hid | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
In HIDParser::ParseReportDescriptor(), function returns without freeing usageStack, pointed by cppcheck. http://cgit.haiku-os.org/haiku/tree/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.cpp#n69
Attachments (1)
Change History (4)
by , 11 years ago
Attachment: | 0006-Fix-memory-leak.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
comment:2 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
Note:
See TracTickets
for help on using tickets.
This patch was applied at some point.