Re: [PATCH 2/2] use g_autoptr for (almost) all virConnectPtrs used with virGetConnectNetwork()

2021-01-08 Thread Ján Tomko
On a Friday in 2021, Laine Stump wrote: two occurences (in libxl_domain.c) couldn't be changed due to a *occurrences compile error. I'll send those in a separate mail looking for an explanation... or just #include "datatypes.h" and make the changes in the same patch. Signed-off-by: Laine

[PATCH 2/2] use g_autoptr for (almost) all virConnectPtrs used with virGetConnectNetwork()

2021-01-07 Thread Laine Stump
two occurences (in libxl_domain.c) couldn't be changed due to a compile error. I'll send those in a separate mail looking for an explanation... Signed-off-by: Laine Stump --- src/conf/domain_conf.c | 3 +-- src/libxl/libxl_driver.c | 15 +-- src/lxc/lxc_driver.c | 17 +