call destroy function in test_serial()

pull/19143/head
weiyongji 6 years ago
parent 57cc401597
commit a2f7ce699b
  1. 1
      test/core/gpr/mpscq_test.cc

@ -55,6 +55,7 @@ static void test_serial(void) {
GPR_ASSERT(n->i == i);
gpr_free(n);
}
gpr_mpscq_destroy(&q);
}
typedef struct {

Loading…
Cancel
Save