1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00

Free unneeded context

* src/pgtkterm.c (pgtk_flash): Free unneeded cairo_t.
This commit is contained in:
Yuuki Harano 2021-01-11 19:55:40 +09:00
parent aac33a8074
commit cd72fba043

View file

@ -3770,6 +3770,8 @@ pgtk_flash (struct frame *f)
#undef XFillRectangle
}
cairo_destroy (cr);
}
unblock_input ();