fix crash on shutdown

This commit is contained in:
yuyoyuppe
2020-10-13 11:33:26 +03:00
parent 128a305ae4
commit 9ae3efa98e

View File

@@ -422,8 +422,8 @@ bool VideoConferenceModule::is_enabled()
void VideoConferenceModule::destroy()
{
instance = nullptr;
delete this;
instance = nullptr;
}
void VideoConferenceModule::sendSourceCameraNameUpdate()