Re: [libvirt] [PATCH 3/3] tests: Call virFileWrapperClearPrefixes() for tests using virFileWrapper

2019-03-13 Thread Erik Skultety
On Wed, Mar 13, 2019 at 11:13:09AM +0100, Michal Privoznik wrote: > This is mostly to avoid a memleak that is not a true memleak > anyway - prefixes will be freed by kernel upon test exit. > > Signed-off-by: Michal Privoznik > --- Reviewed-by: Erik Skultety -- libvir-list mailing list libvir-lis

Re: [libvirt] [PATCH 3/3] tests: Call virFileWrapperClearPrefixes() for tests using virFileWrapper

2019-03-13 Thread Martin Kletzander
On Wed, Mar 13, 2019 at 11:13:09AM +0100, Michal Privoznik wrote: This is mostly to avoid a memleak that is not a true memleak anyway - prefixes will be freed by kernel upon test exit. Signed-off-by: Michal Privoznik --- tests/qemufirmwaretest.c | 2 ++ tests/qemuxml2argvtest.c | 1 + 2 files cha

[libvirt] [PATCH 3/3] tests: Call virFileWrapperClearPrefixes() for tests using virFileWrapper

2019-03-13 Thread Michal Privoznik
This is mostly to avoid a memleak that is not a true memleak anyway - prefixes will be freed by kernel upon test exit. Signed-off-by: Michal Privoznik --- tests/qemufirmwaretest.c | 2 ++ tests/qemuxml2argvtest.c | 1 + 2 files changed, 3 insertions(+) diff --git a/tests/qemufirmwaretest.c b/te