mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
956cb2c49f
If a talloc_ctx was being made solely for a onetime usage of getting a normalized string, we can now just pass NULL instead and free the string directly to make things easier.