Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rare crash when looking for a function name
If we fall back to DWARF processing trying to find a function name we deallocated the wrong object because of a copy/paste error. This part of the code was hit only very rarely, which made this bug undetected for a long time.
- Loading branch information