diff options
Diffstat (limited to 'src/conda.c')
-rw-r--r-- | src/conda.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conda.c b/src/conda.c index f6d1420..332049d 100644 --- a/src/conda.c +++ b/src/conda.c @@ -149,7 +149,7 @@ int conda_activate(const char *root, const char *env_name) { } else { setenv(part[0], part[1], 1); } - split_free(part); + GENERIC_ARRAY_FREE(part); i++; } fclose(fp); |