From 77d51cae384172e2a81526108f23ce62f6e71d8e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 25 Jan 2021 20:55:28 +0100 Subject: [PATCH] hf mf hardnested - just making sure its cleared --- client/src/cmdhfmfhard.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/cmdhfmfhard.c b/client/src/cmdhfmfhard.c index 9061868eb..052353d5a 100644 --- a/client/src/cmdhfmfhard.c +++ b/client/src/cmdhfmfhard.c @@ -2079,6 +2079,8 @@ static void free_candidates_memory(statelist_t *sl) { return; free_candidates_memory(sl->next); + sl->len[0] = 0; + sl->len[1] = 0; free(sl); }