The daemon gets good memory leak coverage just by running it through valgrind and executing the gpiocli test-suite. The client is a bit trickier to test so there sure will be more fixes coming. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> --- Bartosz Golaszewski (3): dbus: client: notify: fix reference counting dbus: client: notify: free chip and line lists at exit dbus: client: monitor: free the line list at exit dbus/client/monitor.c | 1 + dbus/client/notify.c | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) --- base-commit: 0e4198b9eef1eeedf8cf12e970b36d4e50a1da48 change-id: 20241007-dbus-memory-fixes-3c9529124907 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>