mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-18 18:42:46 +00:00
Disable putting buffers back in the pool until the double-free issue gets resolved
This commit is contained in:
parent
e5126ebe01
commit
8ba9d8cfc8
@ -25,6 +25,6 @@ public class AvBufferPool {
|
||||
|
||||
public synchronized void free(byte[] buffer)
|
||||
{
|
||||
bufferList.addFirst(buffer);
|
||||
//bufferList.addFirst(buffer);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user