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));

cu,
-- 
Toni Andjelkovic
<[EMAIL PROTECTED]>

Reply via email to