From fd4e9badbdbfe798239f8741ad278d98073f2300 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 21 May 2019 15:46:51 +0200 Subject: [PATCH] src/math/levene.c: Fix crash resolving hmap collisions. Partial fix for bug #56363 --- src/math/levene.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/math/levene.c b/src/math/levene.c index 0175ceb70d..89f6356280 100644 --- a/src/math/levene.c +++ b/src/math/levene.c @@ -110,7 +110,6 @@ find_group (const struct levene *nl, const union value *target) { if (nl->cmp (nl, &l->group, target)) break; - l = NULL; } return l; } -- 2.30.2