Don't leak memory during exception handling on Darwin.
commitf723f68aa847501d7f30e1403f79a678f7da2fe2
authorStas Boukarev <stassats@gmail.com>
Sat, 20 Feb 2016 17:12:32 +0000 (20 20:12 +0300)
committerStas Boukarev <stassats@gmail.com>
Sat, 20 Feb 2016 17:17:05 +0000 (20 20:17 +0300)
treeb789d092c381c93ca7cc9cdc7cac78acad624520
parent00dd93c3f1cf700f42f12c59a6df5ed079e05196
Don't leak memory during exception handling on Darwin.

Allocate context on the stack, not on the heap.

Fixes lp#326238
NEWS
src/runtime/x86-64-darwin-os.c
src/runtime/x86-darwin-os.c