commit 62c79ef4510d4687e35deab177cf5114a138261f
parent 741e3959e30283f5f699f7e9fa6620e3578b9c76
Author: Tony Crisci <tony@dubstepdish.com>
Date: Wed, 4 Apr 2018 00:22:40 -0400
fix double free
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/sway/tree/container.c b/sway/tree/container.c
@@ -253,7 +253,6 @@ struct sway_container *container_destroy(struct sway_container *con) {
container_remove_child(child);
container_add_child(parent, child);
}
- _container_destroy(con);
}
_container_destroy(con);
break;