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

* commit '6016d08b0c3b682f1f7000b42a9ea4b6b6d74f22':
  recovery: fix failure to unmount "/cache"
This commit is contained in:
Devin Kim
2012-10-09 21:19:44 -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);
}
}