aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/delivery/delivery_install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/delivery/delivery_install.c b/src/lib/delivery/delivery_install.c
index 0009c04..b1de992 100644
--- a/src/lib/delivery/delivery_install.c
+++ b/src/lib/delivery/delivery_install.c
@@ -278,9 +278,9 @@ int delivery_install_packages(struct Delivery *ctx, char *conda_install_dir, cha
fprintf(stderr, "No wheel packages found that match the description of '%s'", info->name);
} else {
// found
- guard_strlist_free(&tag_data);
info->version = strdup(whl->version);
}
+ guard_strlist_free(&tag_data);
wheel_free(&whl);
}