am 4b57f8f2: am 6016d08b: recovery: fix failure to unmount "/cache"

* commit '4b57f8f2affade295ec856e2bc63ba02e9f079c4':
  recovery: fix failure to unmount "/cache"
diff --git a/recovery.cpp b/recovery.cpp
index 5c1e3cd..594774f 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -798,6 +798,7 @@
         }
         buffer[j] = 0;
         locale = strdup(buffer);
+        check_and_fclose(fp, LOCALE_FILE);
     }
 }