aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/memory_usage/server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/memory_usage/server.cc')
-rw-r--r--test/core/memory_usage/server.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/memory_usage/server.cc b/test/core/memory_usage/server.cc
index 3e7bb7e11f..6f8a9bc0d4 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);