]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Init more vars in minmax heap tests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Oct 2021 17:58:22 +0000 (13:58 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 30 Oct 2021 17:58:22 +0000 (13:58 -0400)
src/lib/util/minmax_heap_tests.c

index 48434af6673bc958421c3ecfe17f1656de8c2cd3..1d641b576d2dc0306592ba3d6f66ede26ecfdf4b 100644 (file)
@@ -473,7 +473,7 @@ static void queue_cmp(unsigned int count)
        {
                minmax_heap_thing       **array;
                populate_values(values, count);
-               fr_time_t               start_alloc, end_alloc, start_insert, end_insert, start_pop, end_pop, end_pop_first;
+               fr_time_t               start_alloc, end_alloc, start_insert, end_insert, start_pop, end_pop, end_pop_first = fr_time_min();
 
                start_alloc = fr_time();
                array = talloc_array(NULL, minmax_heap_thing *, count);