diff --git a/fastpair/handshake/fast_pair_handshake_lookup_test.cc b/fastpair/handshake/fast_pair_handshake_lookup_test.cc index f95ab526..e2ea8289 100644 --- a/fastpair/handshake/fast_pair_handshake_lookup_test.cc +++ b/fastpair/handshake/fast_pair_handshake_lookup_test.cc @@ -39,6 +39,8 @@ class FastPairHandshakeLookupTest : public ::testing::Test { device_->set_public_address(kPubliceAddress); } + ~FastPairHandshakeLookupTest() override { delete device_; } + void CreateFastPairHandshkeInstanceForDevice(FastPairDevice& device) { CountDownLatch latch(1); Mediums mediums;