Fix clone_leak problem.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 3 Nov 2001 10:27:34 +0000 (10:27 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 3 Nov 2001 10:27:34 +0000 (10:27 +0000)
commit6124d23f33100dc3c406774873984a1b51f6ab02
treec81743984b3796d0c06513c39e80b8ca6ea1179a
parentf4b9981fadd371fad0a1f2bdf41857e39e760c27
Fix clone_leak problem.
PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
as vestige of calling PerlLIO_dup().

p4raw-id: //depot/perlio@12830
perlio.c