Opened 8 years ago
Closed 8 years ago
#13350 closed bug (fixed)
[PATCH] load_driver_settings: Add missing kernel_args_free() call to load_driver_settings_file()
Reported by: | Lioncash | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
This just handles an error case slightly better, so it's nothing too major. Previously if the read failed, no deallocation of the recently allocated memory would take place.
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | kernel_args.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev50979. Thanks!