Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mojo: Ensure partially serialized message handles don't leak
For the sake of efficiency, we don't fully serialize handles in a message until we're ready to freeze the message contents for transmission. Unfortunately we were not properly closing these partially serialized handles in the event that the message was never fully serialized before destruction. This fixes that. [email protected] [email protected] (cherry picked from commit 7d450d1) Bug: 775592 Change-Id: Idac3b11359dc2fcec0699cef779de809575ea163 Reviewed-on: https://chromium-review.googlesource.com/723771 Reviewed-by: Jay Civelli <[email protected]> Commit-Queue: Ken Rockot <[email protected]> Cr-Original-Commit-Position: refs/heads/master@{#509600} Reviewed-on: https://chromium-review.googlesource.com/727403 Reviewed-by: Ken Rockot <[email protected]> Cr-Commit-Position: refs/branch-heads/3239@{#60} Cr-Branched-From: adb61db-refs/heads/master@{#508578}
- Loading branch information