mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	tools: patch-image: fix file descriptor leak.
Maybe this is committed by mistake, fix it. Signed-off-by: Furong Xu <xfr@outlook.com>
This commit is contained in:
		
							parent
							
								
									c186a48fca
								
							
						
					
					
						commit
						8d53e3721c
					
				| @ -49,10 +49,6 @@ int main(int argc, char **argv) | ||||
| 		search_space = dtb_max_size = atoi(argv[3]); | ||||
| 	} | ||||
| 
 | ||||
| 	fddtb = open(argv[1], O_RDONLY); | ||||
| 	if (!fddtb) | ||||
| 		goto err1; | ||||
| 
 | ||||
| 	if (stat(argv[2], &s)) { | ||||
| 		fprintf(stderr, "DTB not found\n"); | ||||
| 		goto err1; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user