diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-20 10:20:18 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-20 10:20:18 +0000 |
commit | 6cb8cb214e85c7d67c2acca4f12551f90bf4908e (patch) | |
tree | 28b67c2d45d05411610e8e4a6d6322fdc3d88379 /perliol.h | |
parent | 4978b1831a24ff36fc8bea075526005cdf40e132 (diff) | |
download | perl-6cb8cb214e85c7d67c2acca4f12551f90bf4908e.tar.gz |
More leak fixes, by Jarkko
p4raw-id: //depot/perl@29060
Diffstat (limited to 'perliol.h')
-rw-r--r-- | perliol.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -167,6 +167,7 @@ PERL_EXPORT_C PerlIO_list_t *PerlIO_clone_list(pTHX_ PerlIO_list_t *proto, CLONE PERL_EXPORT_C void PerlIO_list_free(pTHX_ PerlIO_list_t *list); PERL_EXPORT_C void PerlIO_list_push(pTHX_ PerlIO_list_t *list, PerlIO_funcs *funcs, SV *arg); PERL_EXPORT_C void PerlIO_list_free(pTHX_ PerlIO_list_t *list); +PERL_EXPORT_C void PerlIO_teardown(pTHX); /*--------------------------------------------------------------------------------------*/ /* Generic, or stub layer functions */ |