mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	rootston: remove mode and transform signals when output is destroyed
This commit is contained in:
		
							parent
							
								
									8f5045c871
								
							
						
					
					
						commit
						54bf3a36ca
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -756,6 +756,8 @@ static void output_destroy(struct roots_output *output) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_list_remove(&output->link);
 | 
						wl_list_remove(&output->link);
 | 
				
			||||||
	wl_list_remove(&output->destroy.link);
 | 
						wl_list_remove(&output->destroy.link);
 | 
				
			||||||
 | 
						wl_list_remove(&output->mode.link);
 | 
				
			||||||
 | 
						wl_list_remove(&output->transform.link);
 | 
				
			||||||
	wl_list_remove(&output->damage_frame.link);
 | 
						wl_list_remove(&output->damage_frame.link);
 | 
				
			||||||
	wl_list_remove(&output->damage_destroy.link);
 | 
						wl_list_remove(&output->damage_destroy.link);
 | 
				
			||||||
	free(output);
 | 
						free(output);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue