obs-StreamFX icon indicating copy to clipboard operation
obs-StreamFX copied to clipboard

Blur with a "Source" Mask performs double addref

Open Xaymar opened this issue 2 years ago • 0 comments

Operating System

(Other)

OBS Studio Version?

27.1

StreamFX Version

0.12.0a1

OBS Studio Log

N/A

OBS Studio Crash Log

No response

Current Behavior

libOBS crashes on exit due to a double free.

Expected Behavior

libOBS should not crash on exit.

Steps to Reproduce the Bug

  1. Create two Scenes, named A and B.
  2. In "B", add any Source.
  3. In "A", add any Source, named "A-1".
  4. To "A-1" add a Blur filter, and set it to use "B" as the Mask.
  5. Close all dialogs.
  6. Close OBS Studio.
  7. Crash due to double destroy.

Any additional Information we need to know?

No response

Xaymar avatar Jun 08 '22 16:06 Xaymar