mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Merge pull request #532 from Timidger/bugfix/fix-examples-segfaulting
Don't destroy backend in compositor_fini
This commit is contained in:
		
						commit
						0fbf1a0755
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -494,6 +494,5 @@ void compositor_init(struct compositor_state *state) {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
void compositor_fini(struct compositor_state *state) {
 | 
			
		||||
	wlr_backend_destroy(state->backend);
 | 
			
		||||
	wl_display_destroy(state->display);
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue