aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorYuuki Harano2021-12-07 00:20:30 +0900
committerYuuki Harano2021-12-07 00:20:30 +0900
commit42d4ffad5ad3c381a5495c7ce059ff1526a22a28 (patch)
tree926bde91bdb1d6391abbb3109fc9593b55729b4e /src/bytecode.c
parentf99745c78ec13c02817dbd10eb1c4c041add7c21 (diff)
downloademacs-42d4ffad5ad3c381a5495c7ce059ff1526a22a28.tar.gz
emacs-42d4ffad5ad3c381a5495c7ce059ff1526a22a28.zip
Fix SEGV crash by unref css provider too much
I Got css provider from F, and was going to remove it from style context. But between them, unhighlight was called when gtk_container_remove was called, and the css provider was already freed, so I can't use the css provider to remove it from style context. As a fix, I call gtk_container_remove after remove it. Also, I free a css provider set by unhighlight. * src/pgtkterm.c (x_set_parent_frame):
Diffstat (limited to 'src/bytecode.c')
0 files changed, 0 insertions, 0 deletions