Free some memory allocations

Change-Id: Ifb6c186e43e1eb068e8075def16924ced04bb23d
This commit is contained in:
Matt Mower
2015-11-11 19:42:27 -06:00
parent e0f1f3b4d1
commit 13a8f0b294
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -1572,6 +1572,7 @@ bool TWPartition::Wipe_Encryption() {
} else {
LOGINFO("Successfully wiped crypto footer.\n");
}
free(buffer);
}
}
}