Fix integrity_save.txt file not being closed

This commit is contained in:
Robert Müller 2024-05-08 22:52:16 +02:00
parent b2b0cd0c81
commit 4a2a23530c

View file

@ -93,6 +93,7 @@ void InitAndroid()
sha256_from_str(&ShaAll, pLine);
GotSHA = true;
}
io_close(IntegritySaveFileRead);
}
}