mirror of
				https://git.kernel.org/pub/scm/network/wireless/iwd.git
				synced 2025-10-30 20:37:26 +01:00 
			
		
		
		
	test-runner: fix double free issue on subtest queue
Coverity reported this as a leak, but the test queue is actually getting freed later and does not need to be freed locally in add_path This basically reverts c0863e5bc62f645f0bde144e4e906b7277866bf7
This commit is contained in:
		
							parent
							
								
									45bd459711
								
							
						
					
					
						commit
						bf3b403e90
					
				| @ -1092,8 +1092,6 @@ static bool add_path(const char *path, int level, struct l_queue *config_queue) | ||||
| 		l_queue_insert(config_queue, entry, insert_test_entry, NULL); | ||||
| 	} | ||||
| 
 | ||||
| 	l_queue_destroy(py_test_queue, l_free); | ||||
| 
 | ||||
| 	closedir(dir); | ||||
| 	return true; | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 James Prestwood
						James Prestwood