From a3c03e6854e1fde8785235b9893fb57904f7c9c5 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Mon, 23 Nov 2015 15:13:45 -0800
Subject: [PATCH] Fix memory leak

---
 test/core/support/avl_test.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/test/core/support/avl_test.c b/test/core/support/avl_test.c
index 981888c1ec..6530fe4269 100644
--- a/test/core/support/avl_test.c
+++ b/test/core/support/avl_test.c
@@ -3647,6 +3647,8 @@ static void test_stress(void) {
       }
     }
   }
+
+  gpr_avl_unref(avl);
 }
 
 int main(int argc, char *argv[]) {
-- 
GitLab