Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add my_afree after my_alloca in early return case
The code already had a call to `my_afree` in the normal return case, but failed to do so in the early return case.
- Loading branch information