mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	remove frame timer from headless output
This commit is contained in:
		
							parent
							
								
									9dc868a27f
								
							
						
					
					
						commit
						721e4ec55f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -67,6 +67,8 @@ static void output_destroy(struct wlr_output *wlr_output) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	wl_list_remove(&output->link);
 | 
						wl_list_remove(&output->link);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						wl_event_source_remove(output->frame_timer);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	eglDestroySurface(output->backend->egl.display, output->egl_surface);
 | 
						eglDestroySurface(output->backend->egl.display, output->egl_surface);
 | 
				
			||||||
	free(output);
 | 
						free(output);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue