From fabff52be59a1114a8a5c83074b0293aefff536e Mon Sep 17 00:00:00 2001 From: Hope Casey-Allen Date: Tue, 30 Oct 2018 12:17:56 -0700 Subject: [PATCH] Move fallthrough comment so it is recognized internally --- test/core/memory_usage/server.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/memory_usage/server.cc b/test/core/memory_usage/server.cc index 3e7bb7e11fe..6f8a9bc0d46 100644 --- a/test/core/memory_usage/server.cc +++ b/test/core/memory_usage/server.cc @@ -292,9 +292,9 @@ int main(int argc, char** argv) { send_status(&calls[k]); } } + /* fallthrough */ // no break here since we want to continue to case // FLING_SERVER_SEND_STATUS_SNAPSHOT to destroy the snapshot call - /* fallthrough */ case FLING_SERVER_SEND_STATUS_SNAPSHOT: grpc_byte_buffer_destroy(payload_buffer); grpc_byte_buffer_destroy(terminal_buffer);