From a0e7817277462ac1d5d34e30220d0b0259c5574c Mon Sep 17 00:00:00 2001 From: lifan <2308045698@qq.com> Date: 星期三, 27 八月 2025 11:04:20 +0800 Subject: [PATCH] update --- jrj/xframe/adt/xarray.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/adt/xarray.hpp b/jrj/xframe/adt/xarray.hpp index 94a0e3a..5db0865 100644 --- a/jrj/xframe/adt/xarray.hpp +++ b/jrj/xframe/adt/xarray.hpp @@ -123,7 +123,7 @@ { temp[i] = items[i]; } - delete items; + delete[] items; items = temp; } } -- Gitblit v1.9.3