diff --git a/tests/depends/runtime/src/runtime_stub.cc b/tests/depends/runtime/src/runtime_stub.cc index bd256aa9..19a55032 100644 --- a/tests/depends/runtime/src/runtime_stub.cc +++ b/tests/depends/runtime/src/runtime_stub.cc @@ -266,7 +266,7 @@ rtError_t rtLabelCreateExV2(rtLabel_t *label, rtModel_t model, rtStream_t stream } rtError_t rtLabelDestroy(rtLabel_t label) { - uint64_t *stub = static_cast(label); + uint64_t *stub = static_cast(label); delete stub; return RT_ERROR_NONE; }