!240 Mutex锁释放后,无任务持有的情况下,owner未清空

Merge pull request !240 from zhangfanfan2/master
This commit is contained in:
openharmony_ci 2021-07-30 03:21:26 +00:00 committed by Gitee
commit 3b37750f37
1 changed files with 1 additions and 0 deletions

View File

@ -304,6 +304,7 @@ LITE_OS_SEC_TEXT UINT32 LOS_MuxPost(UINT32 muxHandle)
OsHookCall(LOS_HOOK_TYPE_MUX_POST, muxPosted);
LOS_Schedule();
} else {
muxPosted->owner = NULL;
LOS_IntRestore(intSave);
}