
13 Mar
2025
13 Mar
'25
2:34 p.m.
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@redhat.com> --- src/ch/ch_process.c | 2 +-
Reviewed-by: Peter Krempa <pkrempa@redhat.com>