Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: y-okumura-isp <[email protected]>
  • Loading branch information
y-okumura-isp committed Mar 6, 2020
1 parent 5ceb13d commit 42239d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rcl/src/rcl/arguments.c
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,8 @@ rcl_arguments_fini(
}

if (NULL != args->impl->external_log_config_file) {
args->impl->allocator.deallocate(args->impl->external_log_config_file, args->impl->allocator.state);
args->impl->allocator.deallocate(args->impl->external_log_config_file,
args->impl->allocator.state);
args->impl->external_log_config_file = NULL;
}

Expand Down

0 comments on commit 42239d6

Please sign in to comment.