Skip to content

Commit 98d5d3b

Browse files
Merge pull request #533 from rdkcentral/feature/VPLAY-11152_hot_fix1
VPLAY-11152 crash during first playback after coming out of deepsleep…
2 parents b2033f9 + bfd7c50 commit 98d5d3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drm/AampDRMLicManager.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ void getConfigs(DrmSessionManager *mDrmSessionManager , PrivateInstanceAAMP *aam
8080
* @brief AampDRMLicenseManager constructor.
8181
*/
8282
AampDRMLicenseManager::AampDRMLicenseManager(int maxDrmSessions, PrivateInstanceAAMP *aamp) : mMaxDRMSessions(maxDrmSessions),
83-
aampInstance(aamp), mDrmSessionManager(NULL)
83+
aampInstance(aamp), mDrmSessionManager(NULL),
84+
accessToken(NULL), accessTokenLen(0)
8485
{
8586
aampInstance = aamp;
8687
std::function<void(uint32_t,uint32_t,const std::string&)> waterMarkSessionUpdateCB = std::bind(&PrivateInstanceAAMP::SendWatermarkSessionUpdateEvent, aampInstance, std::placeholders::_1, std::placeholders::_2, std::placeholders::_3);

0 commit comments

Comments
 (0)