1
0
mirror of https://github.com/obsproject/obs-studio.git synced 2026-04-12 06:25:40 +02:00
Files
Norihiro Kamae 03d9fee46e shared/opts-parser: Fix crash when no options were given to the parser
When passing just a space, the number of input options becomes 0. In
this case, calling `bmalloc` should be avoided.
2024-10-08 13:53:07 -04:00
..