1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Add missing free() call in config_release()

This commit is contained in:
Michał Janiszewski
2019-01-02 20:02:14 +01:00
parent 635e46af83
commit ca3d9cea91

View File

@@ -747,6 +747,7 @@ void config_release()
SafeFree(gConfigInterface.current_theme_preset);
SafeFree(gConfigInterface.current_title_sequence_preset);
SafeFree(gConfigSound.device);
SafeFree(gConfigTwitch.api_url);
SafeFree(gConfigTwitch.channel);
SafeFree(gConfigNetwork.player_name);
SafeFree(gConfigNetwork.listen_address);