aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-03-22 11:22:57 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-03-22 22:20:27 -0400
commitbf99f70b9601b53891d433011610ac6cf892a9b3 (patch)
treed586a72223234994486386a3837aef8180b228bb
parent606dcb6e1d9da1d73ef2d53b474c16c06480c7c2 (diff)
downloadstasis-bf99f70b9601b53891d433011610ac6cf892a9b3.tar.gz
Remove redundant free of config_input
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 2171f69..e57b014 100644
--- a/src/main.c
+++ b/src/main.c
@@ -527,7 +527,6 @@ int main(int argc, char *argv[], char *arge[]) {
delivery_free(&ctx);
globals_free();
tpl_free();
- guard_free(config_input);
msg(OMC_MSG_L1, "Done!\n");
return 0;