(svn r20758) -Fix: when leaving the program, current newgrf config would leak, causing valgrind warnings
This commit is contained in:
@@ -6984,7 +6984,7 @@ static void ResetNewGRFErrors()
|
||||
* Reset all NewGRF loaded data
|
||||
* TODO
|
||||
*/
|
||||
static void ResetNewGRFData()
|
||||
void ResetNewGRFData()
|
||||
{
|
||||
CleanUpStrings();
|
||||
CleanUpGRFTownNames();
|
||||
|
Reference in New Issue
Block a user