Free listen_address when releasing config

This commit is contained in:
Michał Janiszewski 2017-08-02 23:14:15 +02:00
parent bdf8993c48
commit 6ee9bf6799
1 changed files with 1 additions and 0 deletions

View File

@ -668,6 +668,7 @@ extern "C"
SafeFree(gConfigSound.device);
SafeFree(gConfigTwitch.channel);
SafeFree(gConfigNetwork.player_name);
SafeFree(gConfigNetwork.listen_address);
SafeFree(gConfigNetwork.default_password);
SafeFree(gConfigNetwork.server_name);
SafeFree(gConfigNetwork.server_description);