aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index c5e4357..9c4f76b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -113,6 +113,15 @@ void globals_free() {
guard_free(globals.conda_install_prefix)
guard_strlist_free(globals.conda_packages)
guard_strlist_free(globals.pip_packages)
+ guard_free(globals.sysconfdir)
+ guard_free(globals.jfrog.arch)
+ guard_free(globals.jfrog.os)
+ guard_free(globals.jfrog.repo)
+ guard_free(globals.jfrog.version)
+ guard_free(globals.jfrog.cli_major_ver)
+ guard_free(globals.jfrog.jfrog_artifactory_base_url)
+ guard_free(globals.jfrog.jfrog_artifactory_product)
+ guard_free(globals.jfrog.remote_filename)
}
int main(int argc, char *argv[], char *arge[]) {
@@ -471,6 +480,7 @@ 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;