aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3d86aba..3b27dba 100644
--- a/src/main.c
+++ b/src/main.c
@@ -109,6 +109,8 @@ static void usage(char *progname) {
void globals_free() {
guard_free(globals.tmpdir)
+ guard_free(globals.sysconfdir)
+ guard_free(globals.conda_install_prefix)
guard_strlist_free(globals.conda_packages)
guard_strlist_free(globals.pip_packages)
}