We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39fc45e commit 88f8a92Copy full SHA for 88f8a92
src/platform/linux/cuda.cpp
@@ -702,6 +702,7 @@ namespace cuda {
702
703
NVFBC_DESTROY_HANDLE_PARAMS params { NVFBC_DESTROY_HANDLE_PARAMS_VER };
704
705
+ ctx_t ctx { handle };
706
if (func.nvFBCDestroyHandle(handle, ¶ms)) {
707
BOOST_LOG(error) << "Couldn't destroy session handle: "sv << func.nvFBCGetLastErrorStr(handle);
708
}
0 commit comments