Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!rutgers!carssdf!usenet From: usenet@carssdf.UUCP (John Watson) Newsgroups: comp.lang.perl Subject: MEMORY LEAK Perl 41 Message-ID: <279@carssdf.UUCP> Date: 16 Dec 90 16:32:32 GMT Organization: C.A.R.S.,Middlesex,NJ Lines: 12 I think there is a MEMORY LEAK in "do_subr" at line 870, str = Str_new(15, sizeof(CSV)); I don't think this pair of allocations is ever getting freed! I discovered this while do_subr was calling a usersub, but I think it happens in other cases as well. Does anyone know where this str is suposed to be freed? John Watson ...!rutgers!carssdf!usenet (self employed, no disclamer required, my mistakes are my own fault.)