aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 46500e6..d83412f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -291,6 +291,7 @@ int main(int argc, char *argv[], char *arge[]) {
msg(OMC_MSG_ERROR | OMC_MSG_L2, "Failed to read config file: %s, %s\n", delivery_input, strerror(errno));
exit(1);
}
+ guard_free(config_input);
}
msg(OMC_MSG_L2, "Reading OMC delivery configuration: %s\n", delivery_input);