commit | 6016d08b0c3b682f1f7000b42a9ea4b6b6d74f22 | [log] [tgz] |
---|---|---|
author | Devin Kim <dojip.kim@lge.com> | Mon Oct 08 09:47:37 2012 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Mon Oct 08 16:34:00 2012 -0700 |
tree | c3c3d35ebb06e219bf41460f70c98ebd6ee828d3 | |
parent | 8347cb2d813b9a8b7c9165aadaea0b699eb5082f [diff] |
recovery: fix failure to unmount "/cache" At load_locale_from_cache() function, LOCALE_FILE must get closed after it is opened and used. Otherwise it causes a failure to unmount "/cache" after load_locale_from_cache() function is called. Change-Id: I9cec0f29a8ec4452c8a6a52e2f3c8ce9930d5372 Signed-off-by: Iliyan Malchev <malchev@google.com>