mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
Local variable "name" is allocated through strdup_printf and should be
freed with g_free() to avoid memory leak.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| mac-nubus-bridge.c | ||
| meson.build | ||
| nubus-bridge.c | ||
| nubus-bus.c | ||
| nubus-device.c | ||
| trace-events | ||
| trace.h | ||