diff options
Diffstat (limited to 'kmix/kmixapplet.cpp')
-rw-r--r-- | kmix/kmixapplet.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kmix/kmixapplet.cpp b/kmix/kmixapplet.cpp index a4770993..30810c69 100644 --- a/kmix/kmixapplet.cpp +++ b/kmix/kmixapplet.cpp @@ -4,6 +4,7 @@ * * Copyright (C) 2000 Stefan Schimanski <schimmi@kde.org> * Copyright (C) 2004 Christian Esken <esken@kde.org> + * Copyright (C) 2020 Roman Savochenko <roman@oscada.org> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -226,7 +227,7 @@ KMixApplet::~KMixApplet() s_instCount--; if ( s_instCount == 0) { - MixerToolBox::deinitMixer(); + MixerToolBox::deinitMixer(Mixer::mixers()); } */ } |