Skip to content

Commit

Permalink
Finalize c yaml struct
Browse files Browse the repository at this point in the history
  • Loading branch information
sloretz committed Jun 6, 2018
1 parent 25716b1 commit d765738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rclcpp/src/rclcpp/node_interfaces/node_parameters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ NodeParameters::NodeParameters(
}

rclcpp::ParameterMap initial_map = rclcpp::parameter_map_from(yaml_params);
rcl_yaml_node_struct_fini(yaml_params);
auto iter = initial_map.find(combined_name);
if (initial_map.end() == iter) {
continue;
Expand Down

0 comments on commit d765738

Please sign in to comment.