mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
![]() Fix the following Coverity issue (RESOURCE_LEAK):
CID 1432879: Resource leak
Handle variable fd going out of scope leaks the handle.
Replace a close() call by qemu_close() since the handle is
opened with qemu_open().
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
meson.build | ||
smbios-stub.c | ||
smbios.c | ||
smbios_build.h | ||
smbios_type_38-stub.c | ||
smbios_type_38.c |