[LSAN] Fix some memory leak detected by LSAN (#3326)

This commit is contained in:
Yingchun Lai
2020-04-22 22:59:44 +08:00
committed by GitHub
parent a88ae53326
commit 4a7a88ede1
59 changed files with 516 additions and 187 deletions

View File

@ -191,4 +191,4 @@ Status BuiltinPluginLoader::uninstall() {
return Status::OK();
}
}
}