]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
Fix a bug in the output of para_audioc.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index feeae8bdcb1e9a6a7026be1b1de32b75643b37ac..32a10e56503147819cbe0a27d3e2e96c1293de6e 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -267,7 +267,6 @@ 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;