Closed percontation closed 2 months ago
plt_load_from_buffer calls _plt_load_from_file with fname=NULL, which basically just unconditionally crashes.
Anyway, drag-and-drop from the sidebar into a playlist was broken on macOS beacause of this. Seems to be fine with this fix.
Oh, I just saw #3130, presumably this PR fixes that issue.
Thanks!
plt_load_from_buffer calls _plt_load_from_file with fname=NULL, which basically just unconditionally crashes.
Anyway, drag-and-drop from the sidebar into a playlist was broken on macOS beacause of this. Seems to be fine with this fix.