summaryrefslogtreecommitdiffstats
path: root/generic/tclIO.c
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclIO.c')
-rw-r--r--generic/tclIO.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclIO.c b/generic/tclIO.c
index 0c91428..4dc2de2 100644
--- a/generic/tclIO.c
+++ b/generic/tclIO.c
@@ -698,8 +698,9 @@ TclFinalizeIOSubsystem(void)
FreeBinaryEncoding();
TclpFinalizeSockets();
TclpFinalizePipes();
+ TclZipfsFinalize();
}
-
+
/*
*----------------------------------------------------------------------
*