Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rcl issues 469 test arguments #564

Merged
merged 8 commits into from
Mar 12, 2020

Commits on Mar 6, 2020

  1. rcl_arguments_fini free external_log_config_file (ros2#469)

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1e036bd View commit details
    Browse the repository at this point in the history
  2. Fix SEGV in last commit, rcl_arguments_copy init failure.

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    84ae7d2 View commit details
    Browse the repository at this point in the history
  3. Fix memory leak in parse_key in parser.c

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    a24777c View commit details
    Browse the repository at this point in the history
  4. Remove tab indent

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    31ea8ac View commit details
    Browse the repository at this point in the history
  5. Extract allocation and initialization of arguments_impl (ros2#469)

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    1f9a2e9 View commit details
    Browse the repository at this point in the history
  6. Use same default values at rcl_parse_arguments & rcl_arguments_copy

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5ceb13d View commit details
    Browse the repository at this point in the history
  7. Fix lint error

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    42239d6 View commit details
    Browse the repository at this point in the history
  8. Fix potential leak and improve readability

    Signed-off-by: y-okumura-isp <y-okumura@isp.co.jp>
    y-okumura-isp committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    09a692c View commit details
    Browse the repository at this point in the history