mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-14 07:55:57 +01:00
fix: LEAK: ByteBuf.release() was not called
This commit is contained in:
@@ -252,6 +252,7 @@ public class GameSession extends KcpChannel {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
} finally {
|
||||
data.release();
|
||||
packet.release();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user