X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Faccess.c;h=c23a2fd159723f62f9febcdb2f6bea26db600672;hb=66e0afd0ea5b913255038f7db5399d369854c71b;hp=5112504173f6814b371b66c1236308212e8010c5;hpb=dbe1e0a65e3dc00ae66db87d80f14d899dd7b416;p=pciutils.git diff --git a/lib/access.c b/lib/access.c index 5112504..c23a2fd 100644 --- a/lib/access.c +++ b/lib/access.c @@ -60,6 +60,7 @@ void pci_free_dev(struct pci_dev *d) d->methods->cleanup_dev(d); pci_free_caps(d); pci_mfree(d->module_alias); + pci_mfree(d->label); pci_mfree(d->phy_slot); pci_mfree(d); }