mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 11:03:38 +00:00
fix: LEAK: ByteBuf.release() was not called
This commit is contained in:
parent
b852f384ff
commit
3c55aa64eb
@ -252,6 +252,7 @@ public class GameSession extends KcpChannel {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
} finally {
|
||||
data.release();
|
||||
packet.release();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user