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
1 changed files with 1 additions and 0 deletions

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);