Skip to content
Snippets Groups Projects
Commit 489e841d authored by Damian Karaś's avatar Damian Karaś
Browse files

ALSA_support: clear one more buffer


Signed-off-by: default avatarDamian Karaś <s176030@student.pg.edu.pl>
parent 9e5b3653
Branches
No related merge requests found
......@@ -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();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment