aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--URPM.xs1
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc275e1..60417b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+- workaround changes in rpm-4.10.0 leaving us to leak fds (mga#6453)
+
Version 4.6 - 18 June 2012
- drop 'direction' parameter in obsoletes_overlap() & provides_overlap()
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;