-
Max Kellermann authored
spl_append_song() can crash when fopen() fails, because it attempts to close the invalid file handle (NULL) in the error handler.
5ce625ea
spl_append_song() can crash when fopen() fails, because it attempts to close the invalid file handle (NULL) in the error handler.