mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 23:48:08 -05:00
this code is still very sad
This commit is contained in:
parent
8a22311887
commit
0bdb0df702
1 changed files with 1 additions and 3 deletions
|
@ -405,9 +405,7 @@ namespace gd {
|
|||
}
|
||||
|
||||
~vector() {
|
||||
for (auto i = m_start; i != m_finish; ++i) {
|
||||
delete i;
|
||||
}
|
||||
if (m_start) delete m_start;
|
||||
}
|
||||
|
||||
size_t size() const {
|
||||
|
|
Loading…
Reference in a new issue