aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index b9a460e..1628128 100644
--- a/src/main.c
+++ b/src/main.c
@@ -130,7 +130,6 @@ 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);