On 2 Dec 2017, at 06:27, Evan Hunt via RT wrote: >> Reviewed, tested and merged to master and 9.11 > > Is this all of it? It looked like there were a lot more memory > leaks than just the requests from the report you posted. When you have message with lots of individually allocated components hanging off it doing a recursive cleanup of the message cleans up all the components. If you looked at any of the leaks it was the caller that was failing to clean up. Then looking at the caller of the caller etc. It was just a matter of finding the callers that didn’t clean up.