]> git.ipfire.org Git - telemetry.git/commit
modules: Have each module call their own destructor
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Sep 2025 13:58:52 +0000 (13:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 27 Sep 2025 13:58:52 +0000 (13:58 +0000)
commit9cbb39f287980ad89cad2b3c9638fdce248b2eef
treeeb62c9e13b67cfec39c49d12228debde24cea904
parent6f6cc737c2574ba09c7077a5c4f8621f5a05e8da
modules: Have each module call their own destructor

That allows us to not keep any references to the modules.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/daemon.c
src/daemon/daemon.h
src/daemon/module.c
src/daemon/modules.c
src/daemon/modules.h