mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 15:37:59 +00:00
valgrind findings
This commit is contained in:
parent
e2743ba3cd
commit
3c125ba79d
2 changed files with 3 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ static void mapper_top_free(void* pvstate) {
|
|||
top_keeper_t* ptop_keeper_for_group = pb->pvvalue;
|
||||
top_keeper_free(ptop_keeper_for_group);
|
||||
}
|
||||
lhmsv_free(pgroup);
|
||||
}
|
||||
|
||||
lhmslv_free(pstate->groups);
|
||||
|
|
@ -162,6 +163,7 @@ static void mapper_top_ingest(lrec_t* pinrec, mapper_top_state_t* pstate) {
|
|||
return;
|
||||
}
|
||||
if (pgroup_by_field_values->length != pstate->pgroup_by_field_names->length) {
|
||||
slls_free(pvalue_field_values);
|
||||
slls_free(pgroup_by_field_values);
|
||||
lrec_free(pinrec);
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ TOP OF LIST
|
|||
* mem-mgmt scrutinize: valgrind w/ leak check @ regtest/run
|
||||
- track-origins?
|
||||
- xxxes
|
||||
- more rid of "double" in fcn names
|
||||
* profile new streqn vs. strncmp ...
|
||||
* mixed-format joins ...
|
||||
* stats1 handle empty-key nulls? stats2? step? top? etc ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue