[comp.lang.perl] MEMORY LEAK Perl 41

usenet@carssdf.UUCP (John Watson) (12/17/90)

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