On Mon, Feb 23, 2009 at 11:46 AM, Ashish Khare <[email protected]> wrote: > Hi, > > I need one small help from you. > I have one memory allocation(malloc) of application associated with "r" > parameter in input filter and output filter. > I need to de-alloacte this memory and I want to de-allocate when session > ends. > Can any one of you please help me, which callback is used to notify the > session ends in Apache. > Fast reponse is appreciated.
You can register a cleanup on r->connection->pool and it will run when the connection is cleaned up, but it's not clear if that's what you mean by a "session". -- Eric Covener [email protected]
