diff options
| -rw-r--r-- | src/lib/core/wheel.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/lib/core/wheel.c b/src/lib/core/wheel.c index d5d5ff0..32091cd 100644 --- a/src/lib/core/wheel.c +++ b/src/lib/core/wheel.c @@ -121,5 +121,6 @@ void wheel_free(struct Wheel **wheel) {      guard_free(w->python_tag);      guard_free(w->abi_tag);      guard_free(w->python_tag); +    guard_free(w->platform_tag);      guard_free(w);  } | 
