fix: 被控端无摄像头时引发的被控程序崩溃问题

This commit is contained in:
yuanyuanxiang
2021-03-14 17:56:23 +08:00
parent a43386d181
commit 0a6641baec

View File

@@ -20,6 +20,8 @@ CCaptureVideo::CCaptureVideo()
m_pGB = NULL;
m_pMC = NULL;
m_pVW = NULL;
m_pBF = NULL;
m_pGrabber = NULL;
m_bExit = FALSE;
}