Re: [libvirt PATCH] node_device: Fix memory leak in udevProcessMediatedDevice

2021-10-25 Thread Laine Stump
On 10/25/21 11:32 AM, Jiri Denemark wrote: One of the paths returned -1 directly without going through the cleanup section. Signed-off-by: Jiri Denemark Reviewed-by: Laine Stump

[libvirt PATCH] node_device: Fix memory leak in udevProcessMediatedDevice

2021-10-25 Thread Jiri Denemark
One of the paths returned -1 directly without going through the cleanup section. Signed-off-by: Jiri Denemark --- src/node_device/node_device_udev.c | 17 ++--- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/src/node_device/node_device_udev.c