On Fri, Aug 17, 2001 at 04:32:31PM +0200, Toni Andjelkovic wrote:
> Tim Bunce wrote on Fri, Aug 17 2001 (11:51:18 +0100):
> > Keep removing bits till the leak stops to find out which bit leaks.
> 
> even this leaks:
> 
> my $dbh = DBI->connect(...);
> $dbh->disconnect;
> undef $dbh;
> 
> this might stop it:
> 
> --- DBI.xs.dist Fri Aug 17 16:00:36 2001
> +++ DBI.xs      Fri Aug 17 16:27:34 2001
> @@ -948,0 +949 @@
> +       sv_free(_imp2com(imp_xxh, attr.FetchHashKeyName));

Excellent. Many thanks.

Tim.

Reply via email to