obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
59.11k stars 7.86k forks source link

obs-qsv11: Initialize allocator response #11279

Closed kkartaltepe closed 2 weeks ago

kkartaltepe commented 2 weeks ago

Description

Do more initialization.

Motivation and Context

We check that mids is a nullptr which may not be the case if this remains uninitialized. Earlier attempt to fix this assumed we faulted on the response itself being null but this wasnt the case.

fixes #11221

How Has This Been Tested?

Consulted the wisdom of the ancients (godbolt).

Types of changes

Checklist: