From 6cb8cb214e85c7d67c2acca4f12551f90bf4908e Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 20 Oct 2006 10:20:18 +0000 Subject: More leak fixes, by Jarkko p4raw-id: //depot/perl@29060 --- perlvars.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'perlvars.h') diff --git a/perlvars.h b/perlvars.h index b4f3e51319..c8706f53ad 100644 --- a/perlvars.h +++ b/perlvars.h @@ -138,3 +138,7 @@ PERLVARI(Gmy_cxt_index, int, 0) #if defined(USE_ITHREADS) PERLVAR(Ghints_mutex, perl_mutex) /* Mutex for refcounted he refcounting */ #endif + +#if defined(USE_THREADS) /* Yes, 5.005 threads - should be removed. */ +PERLVAR(Gperlio_mutex, perl_mutex) /* Mutex for perlio fd refcounts */ +#endif -- cgit v1.2.1