From 0a6641baec63cc5158b5f43de58266d9408bf434 Mon Sep 17 00:00:00 2001 From: yuanyuanxiang Date: Sun, 14 Mar 2021 17:56:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A2=AB=E6=8E=A7=E7=AB=AF=E6=97=A0?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E6=97=B6=E5=BC=95=E5=8F=91=E7=9A=84?= =?UTF-8?q?=E8=A2=AB=E6=8E=A7=E7=A8=8B=E5=BA=8F=E5=B4=A9=E6=BA=83=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/CaptureVideo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/CaptureVideo.cpp b/client/CaptureVideo.cpp index f3449f8..51c6ac2 100644 --- a/client/CaptureVideo.cpp +++ b/client/CaptureVideo.cpp @@ -20,6 +20,8 @@ CCaptureVideo::CCaptureVideo() m_pGB = NULL; m_pMC = NULL; m_pVW = NULL; + m_pBF = NULL; + m_pGrabber = NULL; m_bExit = FALSE; }