aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {