On Tue, May 06, 2014 at 02:49:00PM +0200, Denis Fondras wrote: > > By the OS, which cleans up after the process exits. If it wasn't that > > way, we'd all have a much shorter uptime... > > > > Thank you Jérémie :) > I had not considered it as I can see > > ... > free(ibuf_rde); > ... > free(ibuf_main); > ... > > at the end of session_main() in session.c.
This was done to be able to spot memory leaks on shutdown. Not used that part of the code in a long time. Maybe it is time to remove this bad habit. -- :wq Claudio

