From dbb23d2182d4b18bab485b634e04eb9a5cf7a0c6 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 26 Feb 2026 11:01:48 +0000 Subject: [PATCH] Do not free buffer after adding to paste (since it now owns it). --- input.c | 1 - 1 file changed, 1 deletion(-) diff --git a/input.c b/input.c index a90663ee..daab123b 100644 --- a/input.c +++ b/input.c @@ -3156,7 +3156,6 @@ input_osc_52(struct input_ctx *ictx, const char *p) notify_pane("pane-set-clipboard", wp); paste_add(NULL, out, outlen); } - free(out); } /* Handle the OSC 104 sequence for unsetting (multiple) palette entries. */