Skip to content
Commit 4cd7c896 authored by Svet Ganov's avatar Svet Ganov Committed by Svetoslav Ganov
Browse files

Revert "MemoryIntArray: don't double close."

The reverted change causes a regression where we can get an IllegalStateException
during finalization as we are adopting the native fd in a ParcelFileDescriptor
which takes ownership of the fd. However, the order of finalization is undefined
and if the ParcelFileDescriptor is finalized before the MemoryIntArray we would
get an exception when running the finalization of the latter.

This reverts commit 89dfbfa2.

bug:124056170
parent db2d5357
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment