Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 27, 2025
1 parent e28bdb1 commit ad7bb4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/core/call/server_call_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ class ServerCallTest : public YodelTest {
protected:
using YodelTest::YodelTest;

~ServerCallTest() { grpc_metadata_array_destroy(&publish_initial_metadata_); }
~ServerCallTest() override {
grpc_metadata_array_destroy(&publish_initial_metadata_);
}

grpc_call* InitCall(ClientMetadataHandle client_initial_metadata) {
CHECK_EQ(call_, nullptr);
Expand Down

0 comments on commit ad7bb4a

Please sign in to comment.