projects
/
tools
/
librpm-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d652a09
)
remove patch from suse
author
Anas Nashif
<anas.nashif@intel.com>
Sat, 13 Oct 2012 04:12:29 +0000
(21:12 -0700)
committer
Anas Nashif
<anas.nashif@intel.com>
Sun, 3 Feb 2013 00:44:16 +0000
(16:44 -0800)
lib/rpmte.c
patch
|
blob
|
history
diff --git
a/lib/rpmte.c
b/lib/rpmte.c
index
af8ce48
..
6afd69e
100644
(file)
--- 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;