diff --git a/src/openrct2/config/Config.cpp b/src/openrct2/config/Config.cpp index 0ae4d03137..1d32b45dc0 100644 --- a/src/openrct2/config/Config.cpp +++ b/src/openrct2/config/Config.cpp @@ -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);