]> git.eshelyaron.com Git - emacs.git/commit
* Fix comp unit type decl in eln files to fix GC crash (bug#46256)
authorPip Cet <pipcet@gmail.com>
Mon, 8 Mar 2021 20:49:59 +0000 (20:49 +0000)
committerAndrea Corallo <akrl@sdf.org>
Tue, 9 Mar 2021 08:25:38 +0000 (09:25 +0100)
commit380ba045c48bfbb160da288b1bd50f82d3f999f0
tree83bc969ca87060876c61f1417ebbf129a97d6bf4
parent93f92cf1ba37f8b9abaee4b9487705bae464c4e0
* Fix comp unit type decl in eln files to fix GC crash (bug#46256)

* src/comp.c (emit_ctxt_code): Allocate comp_unit as a Lisp_Object,
not a pointer to pointer to Lisp_Object.
src/comp.c