Remove superfluous free().

This commit is contained in:
Carl Eugen Hoyos 2011-04-03 22:45:16 +02:00
parent 7f125c3e87
commit c9d6da73a8
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ static int wav_write_header(AVFormatContext *s)
if (ff_put_wav_header(pb, s->streams[0]->codec) < 0) {
av_log(s, AV_LOG_ERROR, "%s codec not supported in WAVE format\n",
s->streams[0]->codec->codec ? s->streams[0]->codec->codec->name : "NONE");
av_free(wav);
return -1;
}
ff_end_tag(pb, fmt);