mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-21 16:00:10 +00:00
Disable putting buffers back in the pool until the double-free issue gets resolved
This commit is contained in:
@@ -25,6 +25,6 @@ public class AvBufferPool {
|
|||||||
|
|
||||||
public synchronized void free(byte[] buffer)
|
public synchronized void free(byte[] buffer)
|
||||||
{
|
{
|
||||||
bufferList.addFirst(buffer);
|
//bufferList.addFirst(buffer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user