From: Joakim Verona Date: Thu, 3 Sep 2015 12:32:23 +0000 (+0200) Subject: fixed gcpro issue X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=333cf4369074e53a8040093614122a2476a91499;p=emacs.git fixed gcpro issue --- diff --git a/src/buffer.c b/src/buffer.c index 88a47a62b01..5b798d99701 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. */