ros2 / rmw_dds_common

Apache License 2.0
11 stars 20 forks source link

ASAN leaks on test_graph_cache #41

Closed y-okumura-isp closed 3 years ago

y-okumura-isp commented 3 years ago

Bug report

We are working on ASAN errors. We found the following message and fixed them. It looked that the finalizing functions such as rmw_hoge_fini or rcutils_hoge_fini are not called. Additionally, they are test code issues.

They are mainly the issues of these lines.

Required Info:

Steps to reproduce issue

Build with ASAN and run test_graph_cache. To see the list of leaks, please see above.

Expected behavior

No leak.

Actual behavior

See above.