diff options
| author | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-20 19:09:28 -0600 | 
|---|---|---|
| committer | Leonardo Hernández Hernández <leohdz172@protonmail.com> | 2022-03-20 19:09:28 -0600 | 
| commit | 0dea553428c8c534ea8bbb914b1ec775cf36e4d5 (patch) | |
| tree | ee07051fa875ab310808d0406f4a4bff8a33b245 /dwl.c | |
| parent | 44932053baad8517072a99a90612f0ac932ffa44 (diff) | |
destroy scene_output in cleanupmon()
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -703,6 +703,7 @@ cleanupmon(struct wl_listener *listener, void *data)  	wl_list_remove(&m->frame.link);  	wl_list_remove(&m->link);  	wlr_output_layout_remove(output_layout, m->wlr_output); +	wlr_scene_output_destroy(m->scene_output);  	if ((nmons = wl_list_length(&mons)))  		do /* don't switch to disabled mons */ | 
