diff options
Diffstat (limited to 'modules/devices')
-rw-r--r-- | modules/devices/pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/devices/pci.c b/modules/devices/pci.c index e4a64cdd..332ea448 100644 --- a/modules/devices/pci.c +++ b/modules/devices/pci.c @@ -123,6 +123,8 @@ static void _pci_dev(const pcid *p) { _("Function"), p->function ); + g_free(pcie_str); + moreinfo_add_with_prefix("DEV", key, str); /* str now owned by morinfo */ g_free(vendor_device_str); |