Simon Glover <[EMAIL PROTECTED]> writes:
> Test number 6 in io.t is failing on a number of the tinderboxes with
> a double-free error.
>
> Test 6 does this:
>
> open P0, "temp.file", "<"
> clone P1, P0
> read S0, P1, 1024
> print S0
> end
>
> And the clone function in th
Test number 6 in io.t is failing on a number of the tinderboxes with
a double-free error.
Test 6 does this:
open P0, "temp.file", "<"
clone P1, P0
read S0, P1, 1024
print S0
end
And the clone function in the ParrotIO vtable does this:
void clone (PMC *dest) {