[ROCm/rocdecode commit: e7dbd65315]
Этот коммит содержится в:
Hui Liu
2024-01-23 11:23:30 -08:00
коммит произвёл GitHub
родитель fdcbc7ed25
Коммит 439eca4c3d
+2
Просмотреть файл
@@ -90,8 +90,10 @@ rocDecDestroyVideoParser(RocdecVideoParser parser_handle) {
}
catch(const std::exception& e) {
roc_parser_handle->CaptureError(e.what());
delete roc_parser_handle;
ERR(e.what())
return ROCDEC_RUNTIME_ERROR;
}
delete roc_parser_handle;
return ret;
}