From 6d26ecbf9e697862bc65d0259ee9ec32a1c15da3 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq.com> Date: Tue, 22 Jul 2025 14:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E5=9B=BE=E7=89=87=E9=94=80?= =?UTF-8?q?=E6=AF=81=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/controller/Upload.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/common/controller/Upload.php b/app/common/controller/Upload.php index 109547c..ebe60c1 100644 --- a/app/common/controller/Upload.php +++ b/app/common/controller/Upload.php @@ -496,6 +496,7 @@ class Upload extends BaseController break; } + imagedestroy($image); return true; }