On Mon, 25 Sep 2000, Geoffrey Young wrote:

> pardon my being away, but does this mean that the earlier (possible) fix
> 
> Apache::ModuleConfig->get($r, __PACKAGE__)
> 
> was not the cause of the error, or that it was and the __PACKAGE__ part is
> not necessary now?

no, it was not the cause of the DIR_MERGE leak.  but, it is a leak due to
eval_pv().  regardless, it's better to use __PACKAGE__ to avoid the cost
of eval+caller.

Reply via email to