From c178e3616873d4bb6d94d6fb68633497a4df0ef5 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 28 Jun 2018 15:33:50 -0400 Subject: link mode: re-implemented slbt_exec_link_create_dep_file() w. pure fdio. --- src/logic/slbt_exec_ctx.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/logic/slbt_exec_ctx.c') diff --git a/src/logic/slbt_exec_ctx.c b/src/logic/slbt_exec_ctx.c index 7eb9c6d..bc89ca4 100644 --- a/src/logic/slbt_exec_ctx.c +++ b/src/logic/slbt_exec_ctx.c @@ -473,9 +473,6 @@ static int slbt_free_exec_ctx_impl( if (ictx->ctx.fwrapper) fclose(ictx->ctx.fwrapper); - if (ictx->ctx.fdeps) - fclose(ictx->ctx.fdeps); - free(ictx->args); free(ictx->shadow); free (ictx); -- cgit v1.2.3