summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/binder/RpcState.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/binder/RpcState.cpp b/libs/binder/RpcState.cpp
index 1ecf3c3628..c594d51bf0 100644
--- a/libs/binder/RpcState.cpp
+++ b/libs/binder/RpcState.cpp
@@ -987,6 +987,7 @@ processTransactInternalTailCall:
" objectTableBytesSize=%zu. Terminating!",
transactionData.size(), sizeof(RpcWireTransaction),
transaction->parcelDataSize, objectTableBytes->size);
+ (void)session->shutdownAndWait(false);
return BAD_VALUE;
}
objectTableSpan = *maybeSpan;