From b4effb9807786fdd9bf0ad1b5a117d2fbb044594 Mon Sep 17 00:00:00 2001 From: caozhiyuan Date: Wed, 10 Jun 2015 16:46:38 +0800 Subject: Unmount sdcard if no package file is selected. Change-Id: I12b4f880802135a98dbc11a19e74172a3a5ef921 --- recovery.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/recovery.cpp b/recovery.cpp index 76149cd98..a7dc6ed9c 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -772,6 +772,7 @@ static int apply_from_sdcard(Device* device, bool* wipe_cache) { char* path = browse_directory(SDCARD_ROOT, device); if (path == NULL) { ui->Print("\n-- No package file selected.\n"); + ensure_path_unmounted(SDCARD_ROOT); return INSTALL_ERROR; } -- cgit v1.2.3