From 489e841d17f668669efb3d7f8462e563c76fae0c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Damian=20Kara=C5=9B?= <s176030@student.pg.edu.pl>
Date: Thu, 4 Nov 2021 18:00:41 +0100
Subject: [PATCH] ALSA_support: clear one more buffer
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Damian Karaś <s176030@student.pg.edu.pl>
---
 src/cpp/ALSA_support.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpp/ALSA_support.cpp b/src/cpp/ALSA_support.cpp
index 998260d..81a5e27 100644
--- a/src/cpp/ALSA_support.cpp
+++ b/src/cpp/ALSA_support.cpp
@@ -65,6 +65,7 @@ DSP::ALSA_object_t::~ALSA_object_t()
   buffers_8bit.clear();
   buffers_16bit.clear();
   buffers_32bit.clear();
+  buffers_32bit_f.clear();
   buffers_64bit.clear();
   pcm_buffer.clear();
   pcm_buffer_size_in_frames.clear();
-- 
GitLab