aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs1
1 files changed, 0 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 6028d61..0055c1b 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1340,7 +1340,6 @@ static void *rpmRunTransactions_callback(__attribute__((unused)) const void *h,
}
PUTBACK;
} else if (callback == td->callback_close) {
- fd = fdFree(fd);
if (fd) {
Fclose(fd);
fd = NULL;