Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix crash in scale_to_sound_properties function #8

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

dnaka91
Copy link
Contributor

@dnaka91 dnaka91 commented Oct 13, 2023

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

Fixing a crash due to a null pointer dereference in the
scale_to_sound_properties function, which can happen if another plugin
tries to get the possible properties with obs_get_source_properties
through the libobs API.
@dnaka91 dnaka91 force-pushed the get-properties-crash branch from 793e19e to f5255ba Compare October 13, 2023 06:37
@dimtpap dimtpap merged commit 96f5338 into dimtpap:main Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants