X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=aa220f1e5d53b230b7fc03ef08060828b854fe72;hp=40f3cacbb7d672d4c1d6e1b60420e219e556a350;hb=09effd7848b2151068a4cc4b4c4c7a0b49e05e6d;hpb=2968f502b9e01f5e9f0f38ac918ce6ed801b04f1 diff --git a/mood.c b/mood.c index 40f3cacb..aa220f1e 100644 --- a/mood.c +++ b/mood.c @@ -266,6 +266,7 @@ static int add_item_score(const struct osl_row *row, struct mood_item *item, lon ret = get_afhi_of_row(row, &afhi); if (ret< 0) return ret; + free(afhi.info_string); /* don't need the tag info */ ret = get_audio_file_path_of_row(row, &path); if (ret< 0) return ret;