Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix use-after-free error in allocator
GCC 12 flags this as an error due to realloc followed by IREE_TRACE_FREE. Using the pointer even without dereferencing it after the realloc is undefined behavior.
- Loading branch information