Re: [PATCH 1/7] util: Fix memory leak in virNetDevOpenvswitchInterfaceGetMaster

2020-12-02 Thread Ján Tomko
On a Wednesday in 2020, John Ferlan wrote: Since 032548c4 @cmd was never autofree'd. Perhaps as a result of VIR_AUTOPTR type changes occurring at roughly the same time so the copy pasta missed this. Found by Coverity. Signed-off-by: John Ferlan --- src/util/virnetdevopenvswitch.c | 2 +- 1 file

[PATCH 1/7] util: Fix memory leak in virNetDevOpenvswitchInterfaceGetMaster

2020-12-02 Thread John Ferlan
Since 032548c4 @cmd was never autofree'd. Perhaps as a result of VIR_AUTOPTR type changes occurring at roughly the same time so the copy pasta missed this. Found by Coverity. Signed-off-by: John Ferlan --- src/util/virnetdevopenvswitch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di