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; }