* Fix up some minor quibbles from cppcheck.

This commit is contained in:
Justin Maggard
2011-07-01 18:18:33 +00:00
parent 018a0651c0
commit 741d4f7e99
4 changed files with 71 additions and 66 deletions

View File

@ -450,6 +450,7 @@ _get_oggfileinfo(char *filename, struct song_metadata *psong)
{
DPRINTF(E_FATAL, L_SCANNER, "Could not find a processor for stream, bailing\n");
_ogg_free_stream_set(processors);
fclose(file);
return -1;
}