summaryrefslogtreecommitdiffstats
path: root/partition.cpp
diff options
context:
space:
mode:
authorMatt Mower <mowerm@gmail.com>2017-01-06 22:25:26 +0100
committerMatt Mower <mowerm@gmail.com>2017-01-18 20:04:35 +0100
commit06543e35e0bf33e557ef51daed4d4312b66e6760 (patch)
treea6b7900eea32bbc64d768c43068adfd176536d5f /partition.cpp
parentRestore TW_BACKUP_AVG_IMG_RATE handling (diff)
downloadandroid_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.tar
android_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.tar.gz
android_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.tar.bz2
android_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.tar.lz
android_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.tar.xz
android_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.tar.zst
android_bootable_recovery-06543e35e0bf33e557ef51daed4d4312b66e6760.zip
Diffstat (limited to 'partition.cpp')
-rw-r--r--partition.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/partition.cpp b/partition.cpp
index bbee37d81..464438811 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -2906,6 +2906,7 @@ int TWPartition::Decrypt_Adopted() {
}
}
exit:
+ close(fd);
return ret;
#else
LOGINFO("Decrypt_Adopted: no crypto support\n");