aboutsummaryrefslogtreecommitdiff
path: root/src/wheel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wheel.c')
-rw-r--r--src/wheel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wheel.c b/src/wheel.c
index a4ddbff..8f48828 100644
--- a/src/wheel.c
+++ b/src/wheel.c
@@ -66,7 +66,7 @@ struct Wheel *get_wheel_file(const char *basepath, const char *name, char *to_ma
result->abi_tag = strdup(parts[4]);
result->platform_tag = strdup(parts[5]);
}
- split_free(parts);
+ GENERIC_ARRAY_FREE(parts);
break;
}
closedir(dp);