]> git.eshelyaron.com Git - emacs.git/commitdiff
fixed gcpro issue
authorJoakim Verona <joakim@verona.se>
Thu, 3 Sep 2015 12:32:23 +0000 (14:32 +0200)
committerJoakim Verona <joakim@verona.se>
Thu, 3 Sep 2015 12:32:23 +0000 (14:32 +0200)
src/buffer.c

index 88a47a62b01dafc538734206f07deaf82f985620..5b798d99701ed74d4c4c5ea6a08904ba6fdf9ffa 100644 (file)
@@ -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.  */