aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/container.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-15 14:35:54 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-05-17 08:29:14 +1000
commitb351d0a64a9d545cdfe1fe1821858cbda1f5fa4e (patch)
tree3408b89a08a3786bab38140344fc78c74b2f17cc /sway/tree/container.c
parentDon't show marks which start with an underscore (diff)
downloadsway-b351d0a64a9d545cdfe1fe1821858cbda1f5fa4e.tar.gz
sway-b351d0a64a9d545cdfe1fe1821858cbda1f5fa4e.tar.zst
sway-b351d0a64a9d545cdfe1fe1821858cbda1f5fa4e.zip
Set textures to null when destroying
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r--sway/tree/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c
index a17b20f7..47ba88a9 100644
--- a/sway/tree/container.c
+++ b/sway/tree/container.c
@@ -592,6 +592,7 @@ static void update_title_texture(struct sway_container *con,
592 } 592 }
593 if (*texture) { 593 if (*texture) {
594 wlr_texture_destroy(*texture); 594 wlr_texture_destroy(*texture);
595 *texture = NULL;
595 } 596 }
596 if (!con->formatted_title) { 597 if (!con->formatted_title) {
597 return; 598 return;