mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 07:35:04 +00:00
@@ -14,7 +14,7 @@ struct rmemory_allocator {
|
||||
template < typename T >
|
||||
static void deallocate(T* ptr) {
|
||||
if (ptr != nullptr)
|
||||
delete ptr;
|
||||
CMemory::Free(ptr);
|
||||
}
|
||||
};
|
||||
} // namespace rstl
|
||||
|
||||
Reference in New Issue
Block a user