test/osd/TestOSDScrub: free MonClient resource

2. free MonClient using Monclient::shutdown

Signed-off-by: Rongqi Sun <sunrongqi@huawei.com>
This commit is contained in:
Rongqi Sun 2024-04-15 11:29:57 +00:00
parent 11312d0e59
commit b51fa3cac7

View File

@ -196,6 +196,7 @@ TEST(TestOSDScrub, scrub_time_permit) {
now = utime_t(mktime(&tm), 0);
ret = osd->scrub_time_permit(now);
ASSERT_FALSE(ret);
mc.shutdown();
}
// Local Variables: