mirror of
				https://codeberg.org/dwl/dwl.git
				synced 2025-10-30 19:44:17 +00:00 
			
		
		
		
	fix more unfreed memory
This commit is contained in:
		
							parent
							
								
									bc65c1a570
								
							
						
					
					
						commit
						8b13e42d3f
					
				
							
								
								
									
										1
									
								
								dwl.c
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								dwl.c
									
									
									
									
									
								
							| @ -1655,6 +1655,7 @@ main(int argc, char *argv[]) | |||||||
| 	wl_display_destroy_clients(dpy); | 	wl_display_destroy_clients(dpy); | ||||||
| 	wlr_xcursor_manager_destroy(cursor_mgr); | 	wlr_xcursor_manager_destroy(cursor_mgr); | ||||||
| 	wl_display_destroy(dpy); | 	wl_display_destroy(dpy); | ||||||
|  | 	wlr_cursor_destroy(cursor); | ||||||
| 	wlr_output_layout_destroy(output_layout); | 	wlr_output_layout_destroy(output_layout); | ||||||
| 	return EXIT_SUCCESS; | 	return EXIT_SUCCESS; | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Devin J. Pohly
						Devin J. Pohly