aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/vendor.c
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 03:14:35 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:53 +0100
commit8b8851d7eac4e1dd2e49a2adc0cbf3d75b2aadc0 (patch)
tree398cdbcdc3b867e3aa7077c8242c01d0fac633ef /hardinfo2/vendor.c
parent590da61f2e3fbcdb7493485f3e2ea359ccc0ac89 (diff)
FIX Crash vendor
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r--hardinfo2/vendor.c2
1 files changed, 1 insertions, 1 deletions
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) {