mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 19:43:58 +00:00
More CCubeRenderer
This commit is contained in:
@@ -159,7 +159,7 @@ list< T, Alloc >::~list() {
|
||||
node* it = cur;
|
||||
node* next = cur->get_next();
|
||||
cur = next;
|
||||
destroy(it);
|
||||
destroy(it->get_value());
|
||||
x0_allocator.deallocate(it);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user