Good point molly, I recompile using -gh and yup memory leak.
Thanks for checking and reporting back.
... but if I have to choice between using unnecessary memory or a memory leak, I choice the unnecessary memory 
Memory leaks are poison for apps, especially when they need to run 24/7. So, it is a wise decision

ps: Big thank you for informing me about heaptrc. I now have to recompile bunch of my tools and I have the feeling few of them will make me cry 
You're most welcome. It of course depends a little on your coding skills how happy you're going to be with that

In case this is your introduction to heaptrace, then please use it wisely. It is one of the best tools/options available to make sure your code is not doing something stupid.
While you're at it, make sure to set debug options range and overflow checking as well
