mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2026-08-26 22:23:12 -04:00
set_path allocates path via g_strdup, but
pr_manager_helper_instance_finalize did not free it.
Fixes:
|
||
|---|---|---|
| .. | ||
| meson.build | ||
| pr-helper.h | ||
| pr-manager-helper.c | ||
| pr-manager-stub.c | ||
| pr-manager.c | ||
| qemu-pr-helper.c | ||
| trace-events | ||
| trace.h | ||
| utils.c | ||