Skip to content
Commit d7fa4db7 authored by Josh Gao's avatar Josh Gao
Browse files

CachedAppOptimizer: fix fd leak.

errno isn't modified when a syscall returns successfully: this would
leak if errno was already non-zero before entering this function.

Bug: http://b/172518739
Test: none
Change-Id: I38050863ceca226a9c2d143c85e0713c6a6fe511
parent b0ee36ed
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment