From 48039e8c9350c9e55d3d939d430dd4f9dfd288c5 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Thu, 14 Mar 2024 13:25:09 +0100 Subject: FIX GCC warnings and 3 potential crash never seen --- modules/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/benchmark.c') diff --git a/modules/benchmark.c b/modules/benchmark.c index 511c984e..59f81501 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -518,7 +518,7 @@ static gchar *benchmark_include_results_internal(bench_value this_machine_value, ShellOrderType order_type) { bench_result *this_machine; - GSList *result_list, *li; + GSList *result_list=NULL, *li; gchar *results = g_strdup(""); gchar *output; gchar *path; -- cgit v1.2.3