Re: [PATCH] domain_conf: Fix memory leak when free'ing virDomainObj

2021-08-10 Thread Luke Yue
On Tue, 2021-08-10 at 11:51 +0200, Pavel Hrdina wrote: > On Mon, Aug 09, 2021 at 03:04:35PM +0800, Luke Yue wrote: > > Free dom->deprecations when free'ing virDomainObj > > > > Signed-off-by: Luke Yue > > --- > >  src/conf/domain_conf.c | 6 ++ > >  1 file changed, 6 insertions(+) > > > >

Re: [PATCH] domain_conf: Fix memory leak when free'ing virDomainObj

2021-08-10 Thread Pavel Hrdina
On Mon, Aug 09, 2021 at 03:04:35PM +0800, Luke Yue wrote: > Free dom->deprecations when free'ing virDomainObj > > Signed-off-by: Luke Yue > --- > src/conf/domain_conf.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c > index

[PATCH] domain_conf: Fix memory leak when free'ing virDomainObj

2021-08-09 Thread Luke Yue
Free dom->deprecations when free'ing virDomainObj Signed-off-by: Luke Yue --- src/conf/domain_conf.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 09da4ab952..2527cd1d70 100644 --- a/src/conf/domain_conf.c +++