Re: [PATCH v2 080/109] virtiofsd: fix memory leak on lo.source

2020-01-21 Thread Misono Tomohiro
> From: Liu Bo > > valgrind reported that lo.source is leaked on quiting, but it was defined > as (const char*) as it may point to a const string "/". > > Signed-off-by: Liu Bo Reviewed-by: Misono Tomohiro

[PATCH v2 080/109] virtiofsd: fix memory leak on lo.source

2020-01-21 Thread Dr. David Alan Gilbert (git)
From: Liu Bo valgrind reported that lo.source is leaked on quiting, but it was defined as (const char*) as it may point to a const string "/". Signed-off-by: Liu Bo --- tools/virtiofsd/passthrough_ll.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/virtiofsd/p