Android: Fix once you go to a server, then quit, then go back to server list, flags appear corrupted (Thanks megaboi)

This commit is contained in:
UnknownShadow200 2020-11-01 01:21:38 +11:00
parent 2b10ae408c
commit c2f746adfc

View File

@ -633,5 +633,8 @@ void Flags_Free(void) {
for (i = 0; i < FetchFlagsTask.count; i++) { for (i = 0; i < FetchFlagsTask.count; i++) {
Mem_Free(flags[i].bmp.scan0); Mem_Free(flags[i].bmp.scan0);
} }
flagsCount = 0;
FetchFlagsTask.count = 0;
} }
#endif #endif