mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-17 18:58:42 -05:00
When getting the class/title/exe of a particular window handle in the build_window_strings function, always set the class/title/exe pointers to null to prevent any potential references to invalid values if any of them do not happen to be set for whatever reason.