Details
Description
When an MQTT connection is closed some memory is not released. In case of the soft close (calling connection close on the client) memory leaks at the rate of 70K per connection close. In case of the hard close (pulling the wire, or cutting off the network connection) the leak goes at the rate of 300K per close. we also checked it on version 5.11 - same problem