From 71ad1b0c3807f6097c8da083d9dcbd8c03af5f43 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Tue, 11 Apr 2006 13:47:05 +0000 Subject: Need to migrate the refcounted_he structure to be properly shared. Add a mutex for manipulated their reference counts. Unwrap the structure, so that for ithreads it can store SVs in pads. p4raw-id: //depot/perl@27764 --- win32/win32.c | 1 + 1 file changed, 1 insertion(+) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index b10d95f798..7c0af0f11d 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -4874,6 +4874,7 @@ Perl_win32_init(int *argcp, char ***argvp) void Perl_win32_term(void) { + HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM; } -- cgit v1.2.1