Skip to content
Snippets Groups Projects
Commit c9d6da73 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Remove superfluous free().

parent 7f125c3e
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment