Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a leak in pi_unified_runtime.cpp. (#12589)
`LoaderConfig` is created and stored in a local pointer and never released when done using, causing it to be leaked. This patch releases the `LoaderConfig` when finished using it.
- Loading branch information