Re: [libvirt PATCH] util: Fix memory leak when clearing Open vSwitch QoS

2021-08-16 Thread Jano Tomko
On a %A in %Y, Jiri Denemark wrote: > No need to overwrite vmid_ex_id with a pointer to another copy of the > same string when the original is still alive. > > Signed-off-by: Jiri Denemark > --- > src/util/virnetdevopenvswitch.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git

[libvirt PATCH] util: Fix memory leak when clearing Open vSwitch QoS

2021-08-12 Thread Jiri Denemark
No need to overwrite vmid_ex_id with a pointer to another copy of the same string when the original is still alive. Signed-off-by: Jiri Denemark --- src/util/virnetdevopenvswitch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/virnetdevopenvswitch.c