mirror of
				https://github.com/swaywm/sway.git
				synced 2025-11-03 09:01:43 -05:00 
			
		
		
		
	Set test to NULL when appropriate
Thanks @SyedAmerGilani
This commit is contained in:
		
							parent
							
								
									1ec8e082a2
								
							
						
					
					
						commit
						0f29f04816
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -124,6 +124,7 @@ static char *get_config_path() {
 | 
				
			||||||
				return test;
 | 
									return test;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
			free(test);
 | 
								free(test);
 | 
				
			||||||
 | 
								test = NULL;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		free_flat_list(paths);
 | 
							free_flat_list(paths);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue