commit | 4a7970bc98c5bacd2cebcc2b4a3a39be304a1cae | [log] [tgz] |
---|---|---|
author | Jacob Garber <jgarber1@ualberta.ca> | Mon Aug 12 14:31:46 2019 -0600 |
committer | Nico Huber <nico.h@gmx.de> | Tue Sep 24 19:07:45 2019 +0000 |
tree | edf5151351669ba16c2d845974997ad398494200 | |
parent | ba7199958c9eef803845dcd9f3930277bbf9eb76 [diff] |
print: Fix vendor string memory leak Freeing this string won't really matter in the incredible case that we run out of memory, but it keeps Coverity happy. Change-Id: I962d2f2227850473b70272bc48b3fc0a0fb11342 Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Found-by: Coverity CID 1403822 Reviewed-on: https://review.coreboot.org/c/flashrom/+/34849 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>