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 19, 2020
1 parent 1ae8ca4 commit 5e8fff6
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 5e8fff6

Please sign in to comment.