diff options
author | hwspeedy <ns@bigbear.dk> | 2024-03-06 08:39:27 +0100 |
---|---|---|
committer | hwspeedy <ns@bigbear.dk> | 2024-03-06 08:40:25 +0100 |
commit | 1ea9d8e74a2b6131cddd1d56d0fb8f16250e613f (patch) | |
tree | fac870364c9b9cbf833712c4466b3b030567fc8e /hardinfo2/vendor.c | |
parent | fd6d6d3d489d9299b6b3e045e71f74e307f00ac3 (diff) |
FIX hardinfo lib-loading cleanup, params clean up
Diffstat (limited to 'hardinfo2/vendor.c')
-rw-r--r-- | hardinfo2/vendor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/vendor.c b/hardinfo2/vendor.c index 2031ac44..3d7092cc 100644 --- a/hardinfo2/vendor.c +++ b/hardinfo2/vendor.c @@ -206,7 +206,7 @@ static int read_from_vendor_ids(const char *path) { void vendor_init(void) { - gchar *path; + gchar *path=NULL; static SyncEntry se1; static SyncEntry se2 = { .name = N_("Update vendor list"), |