From 5476e162d57371e42b4db7c3d57301c6dcd1781d Mon Sep 17 00:00:00 2001
From: lifan <2308045698@qq.com>
Date: 星期二, 01 九月 2026 17:25:07 +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