X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=aa220f1e5d53b230b7fc03ef08060828b854fe72;hp=40f3cacbb7d672d4c1d6e1b60420e219e556a350;hb=d27b31524e1d60ad4fdbeb606bba31ba0ee54048;hpb=7ba6e107eb38c5ceb6f66aac21ad6a5a3afa49ad;ds=sidebyside 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;