Attention is currently required from: Lance Zhao, vaibhav.
Tim Wawrzynczak has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/62968 )
Change subject: src/acpi/acpigen_usb.c: Fix Memory leak error
......................................................................
Patch Set 1:
(1 comment)
File src/acpi/acpigen_usb.c:
https://review.coreboot.org/c/coreboot/+/62968/comment/96db2a2e_95aa34d1
PS1, Line 89: free(fresh);
The memory "leak" is intended; the pointer returned from `strdup` is intended to outlive this function call, and is used in acpigen_write_typec_connector() when it calls `acpi_dp_write` (explained in the comments on line 79)
--
To view, visit
https://review.coreboot.org/c/coreboot/+/62968
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ifed611bd0b9c1da3678386bff33bca3eac0311b4
Gerrit-Change-Number: 62968
Gerrit-PatchSet: 1
Gerrit-Owner: vaibhav
vrockz747@gmail.com
Gerrit-Reviewer: Lance Zhao
Gerrit-Reviewer: Tim Wawrzynczak
twawrzynczak@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Attention: Lance Zhao
Gerrit-Attention: vaibhav
vrockz747@gmail.com
Gerrit-Comment-Date: Tue, 22 Mar 2022 18:56:56 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment