Rcl issues 469 test arguments (#564)
* `rcl_arguments_fini` free external_log_config_file (#469) * Fix memory leak in `parse_key` in parser.c Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
This commit is contained in:
parent
4835a947a5
commit
85948c7c3c
2 changed files with 52 additions and 35 deletions
|
@ -1343,6 +1343,7 @@ static rcutils_ret_t parse_key(
|
|||
}
|
||||
|
||||
ret = find_node(node_name_ns, params_st, node_idx);
|
||||
allocator.deallocate(node_name_ns, allocator.state);
|
||||
if (RCUTILS_RET_OK != ret) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue