remove patch from suse
authorAnas Nashif <anas.nashif@intel.com>
Sat, 13 Oct 2012 04:12:29 +0000 (21:12 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Sun, 3 Feb 2013 00:44:16 +0000 (16:44 -0800)
lib/rpmte.c

index af8ce48..6afd69e 100644 (file)
@@ -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;