mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Merge pull request #3130 from RyanDwyer/fix-mode-double-free
Fix double free of mode
This commit is contained in:
		
						commit
						c36665bc17
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -123,8 +123,6 @@ void free_config(struct sway_config *config) {
 | 
			
		|||
		}
 | 
			
		||||
		list_free(config->criteria);
 | 
			
		||||
	}
 | 
			
		||||
	free_mode(config->current_mode);
 | 
			
		||||
	free_bar_config(config->current_bar);
 | 
			
		||||
	list_free(config->no_focus);
 | 
			
		||||
	list_free(config->active_bar_modifiers);
 | 
			
		||||
	list_free(config->config_chain);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue