mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
cellMic: free temp_buf if on mic close
This commit is contained in:
parent
1b5ec785f5
commit
a5bd22b0cf
@ -473,6 +473,7 @@ error_code microphone_device::close_microphone()
|
|||||||
micdevice.buf.clear();
|
micdevice.buf.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
temp_buf.clear();
|
||||||
mic_opened = false;
|
mic_opened = false;
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
|
Loading…
Reference in New Issue
Block a user