Skip to content

Commit

Permalink
release the loaderconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yingcong-wu committed Feb 2, 2024
1 parent 8bfc56f commit c048093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sycl/plugins/unified_runtime/pi_unified_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1349,6 +1349,7 @@ __SYCL_EXPORT pi_result piPluginInit(pi_plugin *PluginInit) {
}

HANDLE_ERRORS(urLoaderInit(0, LoaderConfig));
HANDLE_ERRORS(urLoaderConfigRelease(LoaderConfig));

uint32_t NumAdapters;
HANDLE_ERRORS(urAdapterGet(0, nullptr, &NumAdapters));
Expand Down

0 comments on commit c048093

Please sign in to comment.