resolve merge conflicts of 84478e8 to nyc-mr1-dev-plus-aosp

Change-Id: I84ed9e14d3103e5497a6d57fde0abafe9265a148
diff --git a/updater/install.cpp b/updater/install.cpp
index dc27561..a65b32d 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -1013,7 +1013,6 @@
     }
 
     if (ota_fread(buffer, 1, st.st_size, f) != static_cast<size_t>(st.st_size)) {
-        ota_fclose(f);
         ErrorAbort(state, kFreadFailure, "%s: failed to read %zu bytes from %s",
                    name, static_cast<size_t>(st.st_size), filename);
         ota_fclose(f);