diff options
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"), |