From 00105125e3010438663b1355f6f1579476ee9510 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 16 Sep 2020 23:34:21 +0900 Subject: This is a temporary commit to save WIP done on this topic. Development of this feature will only resume after the release of R14.1.0. Relates to bug 3159. NOTE: this commit needs to be completed/reworked. It should not be merged to master as is. Signed-off-by: Michele Calgaro --- kmix/mixer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmix/mixer.cpp') diff --git a/kmix/mixer.cpp b/kmix/mixer.cpp index 778d6af9..74f41136 100644 --- a/kmix/mixer.cpp +++ b/kmix/mixer.cpp @@ -80,8 +80,8 @@ bool Mixer::isValid(int driver, int device) Mixer_Backend *mb = mf(device); if (mb) { - bool ret = mb->isValid(); - delete mb; + bool ret = mb->isValid(); + delete mb; return ret; } } -- cgit v1.2.3