From 8b8851d7eac4e1dd2e49a2adc0cbf3d75b2aadc0 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 03:14:35 +0100 Subject: FIX Crash vendor --- hardinfo2/vendor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 469acaa2..9230c696 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -321,7 +321,7 @@ void vendor_init(void) void vendor_cleanup() { DEBUG("cleanup vendor list"); - g_slist_free_full(vendors, (GDestroyNotify)vendor_free); + //FIXME CRASH g_slist_free_full(vendors, (GDestroyNotify)vendor_free); } void vendor_free(Vendor *v) { -- cgit v1.2.3