cellMic: free temp_buf if on mic close

This commit is contained in:
Megamouse 2024-08-08 00:47:49 +02:00
parent 1b5ec785f5
commit a5bd22b0cf
1 changed files with 1 additions and 0 deletions

View File

@ -473,6 +473,7 @@ error_code microphone_device::close_microphone()
micdevice.buf.clear();
}
temp_buf.clear();
mic_opened = false;
return CELL_OK;