Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
3c55aa64
Commit
3c55aa64
authored
May 13, 2022
by
Akka
Committed by
Melledy
May 13, 2022
Browse files
fix: LEAK: ByteBuf.release() was not called
parent
b852f384
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/game/GameSession.java
View file @
3c55aa64
...
@@ -252,6 +252,7 @@ public class GameSession extends KcpChannel {
...
@@ -252,6 +252,7 @@ public class GameSession extends KcpChannel {
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
e
.
printStackTrace
();
e
.
printStackTrace
();
}
finally
{
}
finally
{
data
.
release
();
packet
.
release
();
packet
.
release
();
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment