On 2002.05.03 22:12 Dave Mitchell wrote:
> This patch fixes the memory leak in
> local $tied[n]
> and
> local $tied{foo}
>
> The problem was that the newly created undef SV that is normally stored as
> the new value of the element doesn't actually get stored in the array/hash
> when there's tying going on. So it doesn't get freed at the end of the
> block.Thanks, applied as #16383. (I left the 'mortifying' for the literature.)
