mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-19 05:58:35 -07:00
The value returned by qemu_find_file() must be freed.
This fixes Coverity issue CID 1430449, which points out
that the memory returned by qemu_find_file() is leaked.
Fixes: Coverity CID 1430449 (RESOURCE_LEAK)
Fixes:
|
||
|---|---|---|
| .. | ||
| arduino.c | ||
| atmega.c | ||
| atmega.h | ||
| boot.c | ||
| boot.h | ||
| Kconfig | ||
| Makefile.objs | ||