|
@@ -106,11 +106,10 @@ OBSProjector::~OBSProjector()
|
|
if (source)
|
|
if (source)
|
|
obs_source_dec_showing(source);
|
|
obs_source_dec_showing(source);
|
|
|
|
|
|
- if (isMultiview)
|
|
|
|
|
|
+ if (isMultiview) {
|
|
delete multiview;
|
|
delete multiview;
|
|
-
|
|
|
|
- if (type == ProjectorType::Multiview)
|
|
|
|
multiviewProjectors.removeAll(this);
|
|
multiviewProjectors.removeAll(this);
|
|
|
|
+ }
|
|
|
|
|
|
App()->DecrementSleepInhibition();
|
|
App()->DecrementSleepInhibition();
|
|
|
|
|