emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] xwidget_mvp 333cf43 3/7: fixed gcpro issue


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp 333cf43 3/7: fixed gcpro issue
Date: Tue, 15 Sep 2015 08:28:50 +0000

branch: xwidget_mvp
commit 333cf4369074e53a8040093614122a2476a91499
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    fixed gcpro issue
---
 src/buffer.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index 88a47a6..5b798d9 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1750,9 +1750,7 @@ cleaning up all windows currently displaying the buffer 
to be killed. */)
   kill_buffer_processes (buffer);
 
 #ifdef HAVE_XWIDGETS
-  GCPRO1 (buffer);
   kill_buffer_xwidgets (buffer);
-  UNGCPRO;
 #endif
   /* Killing buffer processes may run sentinels which may have killed
      our buffer.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]