From 04ffa124409af9b1fbcd7ec17ce36b48bbcc7105 Mon Sep 17 00:00:00 2001 From: nikunis Date: Mon, 13 Nov 2023 19:42:16 +0500 Subject: [PATCH] no more freeing memory --- sources/sighandler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/sighandler.c b/sources/sighandler.c index 77d43864a..7c04119b7 100644 --- a/sources/sighandler.c +++ b/sources/sighandler.c @@ -99,7 +99,7 @@ void od_system_signal_handler(void *arg) switch (rc) { case SIGTERM: case SIGINT: - od_system_shutdown(system, instance); + exit(0); break; case SIGHUP: od_log(&instance->logger, "system", NULL, NULL,