opt: cleanup commit listener for ext-workspace

This commit is contained in:
DreamMaoMao 2026-05-26 19:55:35 +08:00
parent 9f1bbc6f70
commit 9d96116fe5
2 changed files with 6 additions and 3 deletions

View file

@ -2468,6 +2468,7 @@ void setcursorshape(struct wl_listener *listener, void *data) {
}
void cleanuplisteners(void) {
wl_list_remove(&ext_manager_commit_listener.link); // 0.7
wl_list_remove(&print_status_listener.link);
wl_list_remove(&cursor_axis.link);
wl_list_remove(&cursor_button.link);