diff options
author | Roman Savochenko <roman@home.home> | 2023-11-19 10:20:26 +0200 |
---|---|---|
committer | Roman Savochenko <roman@home.home> | 2023-11-19 10:20:26 +0200 |
commit | 7173de9b1d76aada67d30573b764579a818ac684 (patch) | |
tree | 25afc726aa67b0ecd29b82f9066efb8a7809295e /kmix/mixer.cpp | |
parent | 268aed5464ce7c432e3c7320495e3767d8381a2b (diff) | |
download | tdemultimedia-feat/kmix-dyn.tar.gz tdemultimedia-feat/kmix-dyn.zip |
KMix: Dynamism in tracing of appearance new audio-controllersfeat/kmix-dyn
Signed-off-by: Roman Savochenko <roman@home.home>
Diffstat (limited to 'kmix/mixer.cpp')
-rw-r--r-- | kmix/mixer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kmix/mixer.cpp b/kmix/mixer.cpp index 150b196d..b7bd2899 100644 --- a/kmix/mixer.cpp +++ b/kmix/mixer.cpp @@ -4,6 +4,7 @@ * * Copyright (C) 1996-2004 Christian Esken - esken@kde.org * 2002 Helio Chissini de Castro - helio@conectiva.com.br + * Copyright (C) 2017,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 @@ -108,6 +109,7 @@ Mixer::~Mixer() { // Close the mixer. This might also free memory, depending on the called backend method close(); delete _pollingTimer; + delete _mixerBackend; } void Mixer::volumeSave( TDEConfig *config ) |