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:
y-okumura-isp 2020-03-12 23:12:30 +09:00 committed by GitHub
parent 4835a947a5
commit 85948c7c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 52 additions and 35 deletions

View file

@ -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;
}