Properly unmount images when deinitializing

This commit is contained in:
d0k3 2016-04-06 16:42:08 +02:00
parent 4f7b551540
commit da87f37d26

View File

@ -42,6 +42,7 @@ bool InitExtFS() {
}
void DeinitExtFS() {
MountImage(NULL);
for (u32 i = NORM_FS; i > 0; i--) {
if (fs_mounted[i]) {
char fsname[8];