Re: [libvirt PATCH v2 3/5] cmdCheckpointList: Fix memory leak

2021-04-19 Thread Laine Stump
On 4/19/21 7:54 AM, Tim Wiederhake wrote: Fixes: 3caa28dc50df7ec215713075d669b20bef6473a2 As with the last patch, a short description would have gained me the time I spent looking into the original patch (on the other hand, not having the explanation forces me to go back to the source to veri

[libvirt PATCH v2 3/5] cmdCheckpointList: Fix memory leak

2021-04-19 Thread Tim Wiederhake
Fixes: 3caa28dc50df7ec215713075d669b20bef6473a2 Signed-off-by: Tim Wiederhake --- tools/virsh-checkpoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-checkpoint.c b/tools/virsh-checkpoint.c index 20a02b0b02..afe849dd16 100644 --- a/tools/virsh-checkpoint.c +++