update services/drm_service/server/src/key_session_service.cpp.

Signed-off-by: baoxy92 <baoxianyue@hisilicon.com>
This commit is contained in:
baoxy92
2024-11-14 06:47:06 +00:00
committed by Gitee
parent 94a91fe270
commit f509768c57
@@ -54,7 +54,7 @@ MediaKeySessionService::~MediaKeySessionService()
}
std::lock_guard<std::recursive_mutex> lock(sessionMutex_);
if (hdiMediaKeySession_ != nullptr) {
DRM_ERR_LOG("hdiMediaKeySession_ != nullptr");
hdiMediaKeySession_ = nullptr
}
}