Blame SOURCES/pciutils-3.5.6-freefix.patch

998739
diff -up pciutils-3.5.6/lspci.c.freefix pciutils-3.5.6/lspci.c
998739
--- pciutils-3.5.6/lspci.c.freefix	2018-08-21 16:52:35.087706662 +0200
998739
+++ pciutils-3.5.6/lspci.c	2018-08-21 16:52:35.124706469 +0200
998739
@@ -128,6 +128,7 @@ scan_device(struct pci_dev *p)
998739
       fprintf(stderr, "lspci: Unable to read the standard configuration space header of device %04x:%02x:%02x.%d\n",
998739
 	      p->domain, p->bus, p->dev, p->func);
998739
       seen_errors++;
998739
+      free(d);
998739
       return NULL;
998739
     }
998739
   if ((d->config[PCI_HEADER_TYPE] & 0x7f) == PCI_HEADER_TYPE_CARDBUS)