On Thu, Mar 13, 2025 at 14:44:37 +0100, Michal Privoznik wrote:
At the beginning of virCHProcessStop() the ref to driver config
is obtained (via virCHDriverGetConfig()), but corresponding unref
call is lacking. Use g_autoptr() to make sure the config is
unrefed always.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/ch/ch_process.c | 2 +-
Reviewed-by: Peter Krempa <pkrempa(a)redhat.com>