mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix integrity_save.txt
file not being closed
This commit is contained in:
parent
b2b0cd0c81
commit
4a2a23530c
|
@ -93,6 +93,7 @@ void InitAndroid()
|
||||||
sha256_from_str(&ShaAll, pLine);
|
sha256_from_str(&ShaAll, pLine);
|
||||||
GotSHA = true;
|
GotSHA = true;
|
||||||
}
|
}
|
||||||
|
io_close(IntegritySaveFileRead);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue