From 56d9d97a38f23b485800cd436162e11963b1900e Mon Sep 17 00:00:00 2001 From: L Pereira Date: Sun, 7 Nov 2021 23:13:00 -0800 Subject: Hack: make ASan happy by moving definition of lginterval to shell These globals are really nasty and one of the reasons I hate looking at the HardInfo code. --- shell/shell.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell') diff --git a/shell/shell.c b/shell/shell.c index 5bc85bff..0993f8f7 100644 --- a/shell/shell.c +++ b/shell/shell.c @@ -68,6 +68,8 @@ static Shell *shell = NULL; static GHashTable *update_tbl = NULL; static GSList *update_sfusrc = NULL; +gchar *lginterval = NULL; + /* * Code :) ******************************************************************** */ -- cgit v1.2.3