From a0272c2d615e4579e8efb767cc6c28302b2c92cd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Sep 2008 07:14:11 +0200 Subject: notify: added notify_deinit() Destroy the mutex when it is not used anymore. --- src/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 3cfd75b3a..5b8377731 100644 --- a/src/main.c +++ b/src/main.c @@ -459,12 +459,16 @@ int main(int argc, char *argv[]) DEBUG("closeMp3Directory took %f seconds\n", ((float)(clock()-start))/CLOCKS_PER_SEC); + deinit_main_notify(); + finishNormalization(); finishAudioDriver(); finishAudioConfig(); finishVolume(); finishPaths(); finishPermissions(); + dc_deinit(); + pc_deinit(); finishCommands(); decoder_plugin_deinit_all(); ob_free(); -- cgit v1.2.3