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

* commit '4b57f8f2affade295ec856e2bc63ba02e9f079c4':
  recovery: fix failure to unmount "/cache"
This commit is contained in:
Devin Kim
2012-10-09 21:20:58 -07:00
committed by Android Git Automerger

View File

@@ -798,6 +798,7 @@ load_locale_from_cache() {
}
buffer[j] = 0;
locale = strdup(buffer);
check_and_fclose(fp, LOCALE_FILE);
}
}