From 11740072a54978d3506cda35a8184b040be0147f Mon Sep 17 00:00:00 2001 From: Charlotte Meyer Date: Tue, 19 Feb 2019 11:09:17 +0100 Subject: [PATCH] removing the correct listener --- kiwmi/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwmi/output.c b/kiwmi/output.c index 0eef181..dd6a675 100644 --- a/kiwmi/output.c +++ b/kiwmi/output.c @@ -65,7 +65,7 @@ output_destroy_nofity(struct wl_listener *listener, void *data) wl_list_remove(&output->link); wl_list_remove(&output->frame.link); - wl_list_remove(&output->frame.link); + wl_list_remove(&output->destroy.link); free(output); }