mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
Fixed crash in VOIP by initializing member _image_capture in constructor of QVideoInputDevice
This commit is contained in:
parent
eaf2861cd0
commit
9f607765bc
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ QVideoInputDevice::QVideoInputDevice(QWidget *parent)
|
||||||
_capture_device = NULL ;
|
_capture_device = NULL ;
|
||||||
_video_processor = NULL ;
|
_video_processor = NULL ;
|
||||||
_echo_output_device = NULL ;
|
_echo_output_device = NULL ;
|
||||||
|
_image_capture = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
QVideoInputDevice::~QVideoInputDevice()
|
QVideoInputDevice::~QVideoInputDevice()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue