Skip to content

Commit

Permalink
this code is still very sad
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Oct 11, 2023
1 parent 8a22311 commit 0bdb0df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions loader/include/Geode/c++stl/gnustl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0bdb0df

Please sign in to comment.