Merge pull request #274 from xPaw/patch-1

Fix resource leak when reading hamdata.ini
This commit is contained in:
Vincent Herbet 2015-07-30 13:23:03 +02:00
commit 6b1650ae4f

View File

@ -384,5 +384,7 @@ int ReadConfig(void)
}
fclose(fp);
return 1;
}