I am hacking around in flood to change how it handles cookies.  What I am
trying to do is have the current cookie list freed once a farmer completes a
round.  I think I found where to do this in round_robin_loop_condition.  My
question is how to free the cookie struct since it is using the apr_pcalloc
to get the memory.  I could just NULL out rp->cookie but will that cause
memory growth in the long run?  Any suggestions would be great.
Thanks!
Chris

Reply via email to