valgrind findings

This commit is contained in:
John Kerl 2016-11-25 10:16:21 -05:00
parent 7b9346e36c
commit 1929ebad2c

View file

@ -227,6 +227,7 @@ static void rxval_evaluator_from_map_literal_free_aux(map_literal_list_evaluator
if (pkvpair_evaluator->plist_evaluator != NULL) {
rxval_evaluator_from_map_literal_free_aux(pkvpair_evaluator->plist_evaluator);
}
free(pkvpair_evaluator);
}
sllv_free(plist_evaluator->pkvpair_evaluators);
free(plist_evaluator);