diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-10-12 21:12:29 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-02-02 16:44:16 -0800 |
commit | 101d36c944160df5614e001ba6aca2b6c4bb2e89 (patch) | |
tree | bc2e194b8418b5427a6cdfbb9cc664f8e373912d /lib | |
parent | d652a099dded5cdf104b7f31389b792979564e13 (diff) | |
download | librpm-tizen-101d36c944160df5614e001ba6aca2b6c4bb2e89.tar.gz librpm-tizen-101d36c944160df5614e001ba6aca2b6c4bb2e89.tar.bz2 librpm-tizen-101d36c944160df5614e001ba6aca2b6c4bb2e89.zip |
remove patch from suse
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rpmte.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rpmte.c b/lib/rpmte.c index af8ce4877..6afd69e97 100644 --- a/lib/rpmte.c +++ b/lib/rpmte.c @@ -730,8 +730,6 @@ static int rpmteClose(rpmte te, int reset_fi) case TR_ADDED: if (te->fd) { rpmtsNotify(te->ts, te, RPMCALLBACK_INST_CLOSE_FILE, 0, 0); - if (te->fd) /* not yet closed */ - Fclose(te->fd); te->fd = NULL; } break; |