diff options
author | Max Kellermann <max@duempel.org> | 2014-11-29 23:35:18 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-11-29 23:47:48 +0100 |
commit | 563db580aea58769b9410b687dcfe038dcefce60 (patch) | |
tree | 41e0880d2cdb4a4d76b22a41c9b848f08d6e90b2 /src/Main.cxx | |
parent | 125daea16a92af46b0e68c9583511a5f25f4d850 (diff) | |
download | mpd-563db580aea58769b9410b687dcfe038dcefce60.tar.gz mpd-563db580aea58769b9410b687dcfe038dcefce60.tar.xz mpd-563db580aea58769b9410b687dcfe038dcefce60.zip |
fs/Charset: add DeinitFSCharset()
Diffstat (limited to '')
-rw-r--r-- | src/Main.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index 418e69644..b31c51b4d 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -722,6 +722,8 @@ static int mpd_main_after_fork(struct options options) mapper_finish(); #endif + DeinitFS(); + delete instance->partition; command_finish(); decoder_plugin_deinit_all(); |