mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
Fixed crash in VOIP by initializing member _image_capture in constructor of QVideoInputDevice
This commit is contained in:
parent
eaf2861cd0
commit
9f607765bc
@ -37,6 +37,7 @@ QVideoInputDevice::QVideoInputDevice(QWidget *parent)
|
||||
_capture_device = NULL ;
|
||||
_video_processor = NULL ;
|
||||
_echo_output_device = NULL ;
|
||||
_image_capture = NULL;
|
||||
}
|
||||
|
||||
QVideoInputDevice::~QVideoInputDevice()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user