From 067c01a093559353d6080daeee7378b79d760b9f Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 5 Jan 2018 20:35:23 -0500 Subject: [PATCH] valgrind findings --- c/mapping/mapper_count_similar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/c/mapping/mapper_count_similar.c b/c/mapping/mapper_count_similar.c index 6022db8d7..871efc633 100644 --- a/c/mapping/mapper_count_similar.c +++ b/c/mapping/mapper_count_similar.c @@ -132,6 +132,7 @@ static void mapper_count_similar_free(mapper_t* pmapper, context_t* _) { // the sllv container itself. sllv_free(precord_list_for_group); } + lhmslv_free(pstate->precord_lists_by_group); pstate->pgroup_by_field_names = NULL; pstate->pcounts_by_group = NULL;