]> git.eshelyaron.com Git - emacs.git/commit
Free JIT contexts when compiled functions cleaned up
authorNickolas Lloyd <ultrageek.lloyd@gmail.com>
Sun, 1 Jan 2017 00:36:32 +0000 (19:36 -0500)
committerNickolas Lloyd <ultrageek.lloyd@gmail.com>
Sun, 1 Jan 2017 00:36:32 +0000 (19:36 -0500)
commitfcc76c6d04ce212d579620fcac9c166a0ff141b5
tree5dca4a6adaf5bf2559924a466ed91afe178351bb
parent223bcfecc9587b7e0f058236b85836a21651b534
Free JIT contexts when compiled functions cleaned up

* src/alloc.c (cleanup_vector): Call jit_context_destroy () to destroy a
compiled function's associated context when it's pseudovector is destroyed.
src/alloc.c