Duh, yet more leftover io flag stuff in psm
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 25 Feb 2010 18:18:48 +0000 (20:18 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 25 Feb 2010 18:18:48 +0000 (20:18 +0200)
- should've been in commit 6193da9cad40dbbc1d7ce974ab9df96986a52183

lib/psm.c

index a7cd4f4..d710f32 100644 (file)
--- a/lib/psm.c
+++ b/lib/psm.c
@@ -63,7 +63,6 @@ struct rpmpsm_s {
     rpmte te;                  /*!< current transaction element */
     rpmfi fi;                  /*!< transaction element file info */
     const char * goalName;
-    char * rpmio_flags;
     char * failedFile;
     int scriptTag;             /*!< Scriptlet data tag. */
     int npkgs_installed;       /*!< No. of installed instances. */
@@ -670,7 +669,6 @@ rpmpsm rpmpsmFree(rpmpsm psm)
 
     (void) rpmpsmUnlink(psm, RPMDBG_M("rpmpsmFree"));
 
-    free(psm->rpmio_flags);
     memset(psm, 0, sizeof(*psm));              /* XXX trash and burn */
     psm = _free(psm);