Fix resource leak when reading hamdata.ini
This commit is contained in:
@ -384,5 +384,7 @@ int ReadConfig(void)
|
||||
|
||||
}
|
||||
|
||||
fclose(fp);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user