diff options
Diffstat (limited to 'URPM.xs')
-rw-r--r-- | URPM.xs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3439,6 +3439,7 @@ Urpm_verify_rpm(filename, ...) } else { RETVAL = 1; } + fdClose(fd); rpmtsFree(ts); } rpmlogSetMask(oldlogmask); |