• Max Kellermann's avatar
    song_save: don't call tag_free(NULL) · 7d9316a5
    Max Kellermann authored
    When a song was in the database twice (which shouldn't happen), and
    the first song had no tag items, MPD calledd tag_free(NULL).  Add a
    check to that source location, and an assertion to tag_free().
    7d9316a5
song_save.c 3.97 KB