stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
606 stars 99 forks source link

improve scene release sequence #1324

Closed summeroff closed 1 year ago

summeroff commented 1 year ago

Description

Motivation and Context

fix will make scene to be removed before scene items. it is safer as other threads might still work with a scene in a middle of scene item removal. call scene item remove before scene item release.

How Has This Been Tested?

custom build tested by people who reproduced issue before.

Types of changes

Checklist: