diff --git screen.c screen.c
index 95299306..b55c9f87 100644
--- screen.c
+++ screen.c
@@ -78,6 +78,7 @@ screen_init(struct screen *s, u_int sx, u_int sy,
u_int hlimit)

        s->title = xstrdup("");
        s->titles = NULL;
+       s->path = NULL;

        s->cstyle = 0;
        s->ccolour = xstrdup("");
@@ -120,6 +121,7 @@ screen_free(struct screen *s)
 {
        free(s->sel);
        free(s->tabs);
+       free(s->path);
        free(s->title);
        free(s->ccolour);

-- 
2.28.0

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-users/CAHOaf967MK%2BfQa265Zhz4zTJdre_%3DZn2dnWWq0LXMUOwUO2WjQ%40mail.gmail.com.

Reply via email to