Skip to content

Commit

Permalink
no more freeing memory
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaUnisikhin committed Nov 13, 2023
1 parent b5461bd commit 04ffa12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/sighandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 04ffa12

Please sign in to comment.