mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
fs.mitm: wipe CAL0 backup from memory when done.
This commit is contained in:
parent
2b4e6bf25d
commit
abde50f162
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ void Utils::InitializeSdThreadFunc(void *args) {
|
|||
}
|
||||
|
||||
/* NOTE: g_cal0_file is intentionally not closed here. This prevents any other process from opening it. */
|
||||
memset(g_cal0_backup, 0, sizeof(g_cal0_backup));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue