Properly grabbing counters at the proper time.

pull/6145/head
Nicolas "Pixel" Noble 9 years ago
parent 5b30475396
commit 14b5dfeafb
  1. 2
      test/core/end2end/fuzzers/server_fuzzer.c

@ -119,8 +119,8 @@ done:
}
grpc_server_destroy(server);
grpc_completion_queue_destroy(cq);
counters = grpc_memory_counters_snapshot();
grpc_shutdown();
counters = grpc_memory_counters_snapshot();
grpc_memory_counters_destroy();
GPR_ASSERT(counters.total_size_relative == 0);
return 0;

Loading…
Cancel
Save