We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ceb13d commit 42239d6Copy full SHA for 42239d6
rcl/src/rcl/arguments.c
@@ -1102,7 +1102,8 @@ rcl_arguments_fini(
1102
}
1103
1104
if (NULL != args->impl->external_log_config_file) {
1105
- args->impl->allocator.deallocate(args->impl->external_log_config_file, args->impl->allocator.state);
+ args->impl->allocator.deallocate(args->impl->external_log_config_file,
1106
+ args->impl->allocator.state);
1107
args->impl->external_log_config_file = NULL;
1108
1109
0 commit comments