diff options
| -rw-r--r-- | src/deliverable.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/deliverable.c b/src/deliverable.c index 845abd4..76e7277 100644 --- a/src/deliverable.c +++ b/src/deliverable.c @@ -126,7 +126,7 @@ void delivery_free(struct Delivery *ctx) {      guard_free(ctx->storage.root)      guard_free(ctx->storage.tmpdir)      guard_free(ctx->storage.delivery_dir) -    guard_free(ctx->storage.tools_dir); +    guard_free(ctx->storage.tools_dir)      guard_free(ctx->storage.conda_install_prefix)      guard_free(ctx->storage.conda_artifact_dir)      guard_free(ctx->storage.conda_staging_dir) | 
