]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
REQUIREMENTS update.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index 40f3cacbb7d672d4c1d6e1b60420e219e556a350..aa220f1e5d53b230b7fc03ef08060828b854fe72 100644 (file)
--- 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;