mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 06:08:43 -05:00
`update_metrics()` in `bpm.c` is checking for null pointer arguments, and there was a very minor chance of dereferencing a null-pointer in the logged message. Correct the logic to prevent this from happening.