mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
valgrind findings
This commit is contained in:
parent
d137a976e9
commit
6bdc311965
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ mv_t local_stack_frame_ref_terminal_from_indexed(local_stack_frame_t* pframe,
|
|||
}
|
||||
}
|
||||
if (pxval != NULL && pxval->is_terminal) {
|
||||
return mv_copy(&pxval->terminal_mlrval);
|
||||
return pxval->terminal_mlrval;
|
||||
} else {
|
||||
return mv_absent();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue