From 333cf4369074e53a8040093614122a2476a91499 Mon Sep 17 00:00:00 2001 From: Joakim Verona Date: Thu, 3 Sep 2015 14:32:23 +0200 Subject: [PATCH] fixed gcpro issue --- src/buffer.c | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.39.2