[systemd-devel] sd_bus_process() + sd_bus_wait() is it not suitable for application?

2022-01-21 Thread www
Dear all, When using sd_bus_process() + sd_bus_wait() to implement the application(Service), call the methods function on the service can obtain the correct information. Run a certain number of times will lead to insufficient memory and memleak does occur. It should not be a problem with

[systemd-devel] sd_bus_process() + sd_bus_wait() is it not suitable for application?

2022-01-21 Thread www
Dear all, When using sd_bus_process() + sd_bus_wait() to implement the application(Service), call the methods function on the service can obtain the correct information. Run a certain number of times will lead to insufficient memory and memleak does occur. It should not be a problem with