nowrep / obs-vkcapture

OBS Linux Vulkan/OpenGL game capture
GNU General Public License v2.0
502 stars 24 forks source link

plugin: fix crash in get_properties #174

Closed dnaka91 closed 9 months ago

dnaka91 commented 9 months ago

Fixes a crash due to a null pointer dereference in vkcapture_source_get_properties, which can happen if another plugin tries to get the possible properties with obs_get_source_properties through the libobs API.