calais007

Results 2 comments of calais007

I found another bug at rpc_open_cdm_mediakeysession_release_1_svc function g_mediaKeySessions.erase(params->session_id.session_id_val ) did not remove the whole entry from map it left some barbage in map and cause cdmi service crash, you should...

Finally, I found the root cause, the problem is CLIENT leak in void doCallback() function in the end of this function apply the following patch if ( clnt ) clnt_destroy(...