mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-03 12:29:36 +08:00
75da36d1aa
issue: #35626 Signed-off-by: chyezh <chyezh@outlook.com>
8 lines
83 B
Go
8 lines
83 B
Go
//go:build !use_asan
|
|
// +build !use_asan
|
|
|
|
package asan
|
|
|
|
func LsanDoLeakCheck() {
|
|
}
|