mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	
							parent
							
								
									933208837d
								
							
						
					
					
						commit
						8d3369d70f
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -114,6 +114,7 @@ void wlr_output_damage_destroy(struct wlr_output_damage *output_damage) {
 | 
				
			||||||
	wl_list_remove(&output_damage->output_scale.link);
 | 
						wl_list_remove(&output_damage->output_scale.link);
 | 
				
			||||||
	wl_list_remove(&output_damage->output_needs_frame.link);
 | 
						wl_list_remove(&output_damage->output_needs_frame.link);
 | 
				
			||||||
	wl_list_remove(&output_damage->output_frame.link);
 | 
						wl_list_remove(&output_damage->output_frame.link);
 | 
				
			||||||
 | 
						wl_list_remove(&output_damage->output_commit.link);
 | 
				
			||||||
	pixman_region32_fini(&output_damage->current);
 | 
						pixman_region32_fini(&output_damage->current);
 | 
				
			||||||
	for (size_t i = 0; i < WLR_OUTPUT_DAMAGE_PREVIOUS_LEN; ++i) {
 | 
						for (size_t i = 0; i < WLR_OUTPUT_DAMAGE_PREVIOUS_LEN; ++i) {
 | 
				
			||||||
		pixman_region32_fini(&output_damage->previous[i]);
 | 
							pixman_region32_fini(&output_damage->previous[i]);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue