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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user