mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-29 00:24:42 +01:00
fix crash on shutdown
This commit is contained in:
@@ -422,8 +422,8 @@ bool VideoConferenceModule::is_enabled()
|
||||
|
||||
void VideoConferenceModule::destroy()
|
||||
{
|
||||
instance = nullptr;
|
||||
delete this;
|
||||
instance = nullptr;
|
||||
}
|
||||
|
||||
void VideoConferenceModule::sendSourceCameraNameUpdate()
|
||||
|
||||
Reference in New Issue
Block a user