Skip to content

Commit

Permalink
Make sure to clean the external client/service handle. (#1296)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Lihui <Lihui.Chen@sony.com>
  • Loading branch information
Chen Lihui authored Oct 5, 2020
1 parent c4c18d5 commit 5851eeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class TestAllocatorMemoryStrategy : public ::testing::Test

void TearDown() override
{
allocator_memory_strategy_.reset();
rclcpp::shutdown();
}

Expand Down

0 comments on commit 5851eeb

Please sign in to comment.