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:
parent
aac33a8074
commit
cd72fba043
1 changed files with 2 additions and 0 deletions
|
|
@ -3770,6 +3770,8 @@ pgtk_flash (struct frame *f)
|
|||
|
||||
#undef XFillRectangle
|
||||
}
|
||||
|
||||
cairo_destroy (cr);
|
||||
}
|
||||
|
||||
unblock_input ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue