diff options
| -rw-r--r-- | src/main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -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)  } | 
