diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 6bfc22d7d..a838d0349 100644 --- a/src/main.c +++ b/src/main.c @@ -464,7 +464,6 @@ int main(int argc, char *argv[]) finishInputPlugins(); cleanUpPidFile(); finishConf(); - freePlayerData(); close_log_files(); return EXIT_SUCCESS; |