修复释放问题

This commit is contained in:
xx
2024-06-01 16:36:25 +08:00
parent 91e232deb4
commit 2fc5b23f86
12 changed files with 55 additions and 37 deletions

View File

@@ -45,7 +45,7 @@ namespace ylib
}
return m_array[index];
}
inline size_t size() { return m_count; }
T* m_array;
size_t m_count;
};