CloudburstMC / Protocol

A protocol library for Minecraft Bedrock Edition
https://git.io/ProtocolLib
Apache License 2.0
312 stars 94 forks source link

Use retained buffer in UnknownPacket & release packets by default #103

Closed Alemiz112 closed 3 years ago

Alemiz112 commented 3 years ago

This fixes unknown behavior when UnknownPacket is received. Unhandled packets must be released correctly to prevent memory leaks.