mirror of
				https://github.com/swaywm/sway.git
				synced 2025-10-29 05:40:18 -04:00 
			
		
		
		
	layer_shell: cleanup new_popup listener when destroying node
This commit is contained in:
		
							parent
							
								
									a6c0441ee0
								
							
						
					
					
						commit
						3629a832e5
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -256,6 +256,7 @@ static void handle_node_destroy(struct wl_listener *listener, void *data) { | |||
| 	wl_list_remove(&layer->unmap.link); | ||||
| 	wl_list_remove(&layer->surface_commit.link); | ||||
| 	wl_list_remove(&layer->node_destroy.link); | ||||
| 	wl_list_remove(&layer->new_popup.link); | ||||
| 	wl_list_remove(&layer->output_destroy.link); | ||||
| 
 | ||||
| 	layer->layer_surface->data = NULL; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 llyyr
						llyyr