On 3/2/22 10:22, Peng Liang wrote:
In virSystemdActivationClaimFDs, the memory of ent->fds has been
stolen
and stored in fds, but fds is never freed, which causes a memory leak.
Fix it by declaring fds as g_autofree.
Reported-by: Jie Tang <tangjie18(a)huawei.com>
Signed-off-by: Peng Liang <liangpeng10(a)huawei.com>
---
src/rpc/virnetserver.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
and pushed.
Michal