OSDN Git Service

ART: Fix unclosed files in dex2oat
authorAndreas Gampe <agampe@google.com>
Wed, 3 Dec 2014 22:28:02 +0000 (14:28 -0800)
committerAndreas Gampe <agampe@google.com>
Wed, 3 Dec 2014 22:28:28 +0000 (14:28 -0800)
commitd97465c3742cc3c82843665f2678b881de29854b
treeb11fbeb32b5d217f5a3580b43ca94a3e668a2ca6
parent6cc5076a1248582cf16bd9a6a1719e0a4c1a1de2
ART: Fix unclosed files in dex2oat

Under some error conditions files are not closed, and the close guard
will complain.

Bug: 18603475
Change-Id: I7155e3f4f6231844edd375b9302ecf1ba8079950
dex2oat/dex2oat.cc