summaryrefslogtreecommitdiffstats
path: root/kmix/mixer_alsa.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-08-22 17:28:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-08-28 17:50:40 +0900
commit0abea4fb1f6946d5025a504c9996329a305410ce (patch)
tree6639edd078d10a63fa0c00a247e54cf61a53e7fe /kmix/mixer_alsa.h
parent337b217e9969813c0d6da8a7edd7847972e38927 (diff)
downloadtdemultimedia-0abea4fb1f6946d5025a504c9996329a305410ce.tar.gz
tdemultimedia-0abea4fb1f6946d5025a504c9996329a305410ce.zip
Free up alsa device iterator resources correctly.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmix/mixer_alsa.h')
-rw-r--r--kmix/mixer_alsa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kmix/mixer_alsa.h b/kmix/mixer_alsa.h
index cb759e3f..e186eb93 100644
--- a/kmix/mixer_alsa.h
+++ b/kmix/mixer_alsa.h
@@ -54,6 +54,7 @@ class ALSA_DevIterator : public DevIterator
{
public:
ALSA_DevIterator();
+ ~ALSA_DevIterator();
virtual void next();
};