aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/surface/server_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/surface/server_test.c b/test/core/surface/server_test.c
index 8f1606027d..4560bf319c 100644
--- a/test/core/surface/server_test.c
+++ b/test/core/surface/server_test.c
@@ -78,6 +78,7 @@ void test_bind_server_twice(void) {
grpc_server_destroy(server1);
grpc_server_destroy(server2);
grpc_completion_queue_destroy(cq);
+ gpr_free(addr);
}
int main(int argc, char **argv) {