Skip to content

Commit 55dccfc

Browse files
author
Hugh Delaney
committed
Re add extended deleters
1 parent b38855e commit 55dccfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/adapters/hip/context.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ urContextGetInfo(ur_context_handle_t hContext, ur_context_info_t propName,
108108
UR_APIEXPORT ur_result_t UR_APICALL
109109
urContextRelease(ur_context_handle_t hContext) {
110110
if (hContext->decrementReferenceCount() == 0) {
111+
hContext->invokeExtendedDeleters();
111112
delete hContext;
112113
}
113114
return UR_RESULT_SUCCESS;

0 commit comments

Comments
 (0)