mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 17:17:43 +00:00
fix: LEAK: ByteBuf.release() was not called
This commit is contained in:
parent
e0b84e2751
commit
6c6e206a88
@ -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