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 and brawner committed Oct 9, 2020
1 parent e6c3368 commit 1eae2fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class TestAllocatorMemoryStrategy : public ::testing::Test

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

Expand Down

0 comments on commit 1eae2fc

Please sign in to comment.