aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.c')
-rw-r--r--src/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.c b/src/thread.c
index a8e79e8377d..c7ffaced5c1 100644
--- a/src/thread.c
+++ b/src/thread.c
@@ -646,7 +646,7 @@ run_thread (void *state)
646 646
647 update_processes_for_thread_death (Fcurrent_thread ()); 647 update_processes_for_thread_death (Fcurrent_thread ());
648 648
649 xfree (self->m_specpdl); 649 xfree (self->m_specpdl - 1);
650 self->m_specpdl = NULL; 650 self->m_specpdl = NULL;
651 self->m_specpdl_ptr = NULL; 651 self->m_specpdl_ptr = NULL;
652 self->m_specpdl_size = 0; 652 self->m_specpdl_size = 0;