X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=aa220f1e5d53b230b7fc03ef08060828b854fe72;hp=590a68fb4d6e0ad3dedfd9efd6683bf69a7d9ec1;hb=98e61f7563ae284e058ce6251b89626ab6254ff7;hpb=49bd626084bf5f48e4d80075258b6da4703752cf diff --git a/mood.c b/mood.c index 590a68fb..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; @@ -561,8 +562,8 @@ out: /** * Check all moods for syntax errors. * + * \param fd The afs socket. * \param query Unused. - * \param result: Contains check messages. */ void mood_check_callback(int fd, __a_unused const struct osl_object *query) {