Merge pull request #38518 from trociny/wip-rbd-test-memleak

test/librbd: fix memory leak in TestLibRBD.ConcurentOperations

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
This commit is contained in:
Jason Dillaman 2020-12-10 18:06:24 -05:00 committed by GitHub
commit 3a30490eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8921,6 +8921,7 @@ TEST_F(TestLibRBD, ConcurentOperations)
ASSERT_EQ(0, close1_comp->wait_for_complete());
ASSERT_EQ(1, close1_comp->is_complete());
ASSERT_EQ(0, close1_comp->get_return_value());
close1_comp->release();
create_snap2.join();
create_snap3.join();