1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 11:50:51 -08:00

(Fdelete_frame): Free FRAME_MESSAGE_BUF.

This commit is contained in:
Richard M. Stallman 1997-04-27 03:25:32 +00:00
parent 3fa18fb28a
commit 25734faf59

View file

@ -1165,6 +1165,8 @@ but if the second optional argument FORCE is non-nil, you may do so.")
free (FRAME_INSERTN_COST (f));
if (FRAME_DELETE_COST (f))
free (FRAME_DELETE_COST (f));
if (FRAME_MESSAGE_BUF (f))
free (FRAME_MESSAGE_BUF (f));
#ifdef HAVE_WINDOW_SYSTEM
/* Free all fontset data. */