aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index fdc68ae..ab9fed3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -128,8 +128,8 @@ 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);
+ guard_strlist_free(&globals.conda_packages);
+ guard_strlist_free(&globals.pip_packages);
guard_free(globals.jfrog.arch);
guard_free(globals.jfrog.os);
guard_free(globals.jfrog.repo);