This repository was archived by the owner on Mar 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
This repository was archived by the owner on Mar 25, 2020. It is now read-only.
内存泄漏问题 #8
Open
Description
在void CAgoraFaceUnityTutorialDlg::OnClose()函数结束,没有释放CVideoPackageQueue,申请的内存。
void CBufferQueue::FreeAllBusyBlock()
{
BOOL bRet = TRUE;
do {
bRet = FreeBusyHead(NULL, 0);
} while (!bRet);
}//或造成死循环
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.