summaryrefslogtreecommitdiffstats
path: root/kmix/mixer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmix/mixer.cpp')
-rw-r--r--kmix/mixer.cpp2
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 )