From 3a2cc690d0e5c3620d4918f0efa60148bbeb12a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 3 Mar 2021 19:28:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- function.php | 1 + 1 file changed, 1 insertion(+) diff --git a/function.php b/function.php index e15fbe36..db05489a 100644 --- a/function.php +++ b/function.php @@ -82,6 +82,7 @@ if (!function_exists('recursive_directory')) { call_user_func($callback, $directoryIterator); } } + unset($directoryIterators); }