summaryrefslogtreecommitdiffstats
path: root/popup.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-03-15 22:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2023-03-15 22:01:09 +0000
commit22eb0334c325245e7a49610f91c7842cb6408f4d (patch)
tree3eaebc9825ebdc0e78debbc11f868a885f0fc9dc /popup.c
parent1d0f68dee9f71c504e03616fa472a408a6caa49b (diff)
parenta9ac61469175e45c8ba58ae0360306aa06c0cd59 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'popup.c')
-rw-r--r--popup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/popup.c b/popup.c
index f5c6a37c..783f8f54 100644
--- a/popup.c
+++ b/popup.c
@@ -252,6 +252,7 @@ popup_draw_cb(struct client *c, void *data, struct screen_redraw_ctx *rctx)
tty_draw_line(tty, &s, 0, i, pd->sx, px, py + i, &defaults,
palette);
}
+ screen_free(&s);
if (pd->md != NULL) {
c->overlay_check = NULL;
c->overlay_data = NULL;