aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 9cfd0449daa..f174594dd97 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3379,6 +3379,10 @@ save_restriction_restore (Lisp_Object data)
3379 3379
3380 buf->clip_changed = 1; /* Remember that the narrowing changed. */ 3380 buf->clip_changed = 1; /* Remember that the narrowing changed. */
3381 } 3381 }
3382 /* These aren't needed anymore, so don't wait for GC. */
3383 free_marker (XCAR (data));
3384 free_marker (XCDR (data));
3385 free_cons (XCONS (data));
3382 } 3386 }
3383 else 3387 else
3384 /* A buffer, which means that there was no old restriction. */ 3388 /* A buffer, which means that there was no old restriction. */