[skip e2e] Add comment for deleteLoadIndexInfo (#14956)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/14968/head
bigsheeper 2022-01-06 23:22:03 +08:00 committed by GitHub
parent b88c313424
commit c79cbd341a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ func newLoadIndexInfo() (*LoadIndexInfo, error) {
return &LoadIndexInfo{cLoadIndexInfo: cLoadIndexInfo}, nil
}
// deleteLoadIndexInfo would delete C.CLoadIndexInfo
func deleteLoadIndexInfo(info *LoadIndexInfo) {
C.DeleteLoadIndexInfo(info.cLoadIndexInfo)
}