mirror of
				https://github.com/go-delve/delve.git
				synced 2025-10-31 02:36:18 +08:00 
			
		
		
		
	| @ -416,8 +416,11 @@ func (bi *BinaryInfo) Close() error { | |||||||
| 	if bi.sepDebugCloser != nil { | 	if bi.sepDebugCloser != nil { | ||||||
| 		bi.sepDebugCloser.Close() | 		bi.sepDebugCloser.Close() | ||||||
| 	} | 	} | ||||||
|  | 	if bi.closer != nil { | ||||||
| 		return bi.closer.Close() | 		return bi.closer.Close() | ||||||
| 	} | 	} | ||||||
|  | 	return nil | ||||||
|  | } | ||||||
|  |  | ||||||
| func (bi *BinaryInfo) setLoadError(fmtstr string, args ...interface{}) { | func (bi *BinaryInfo) setLoadError(fmtstr string, args ...interface{}) { | ||||||
| 	bi.loadErrMu.Lock() | 	bi.loadErrMu.Lock() | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 aarzilli
					aarzilli