Module: libav
Branch: master
Commit: 8d0786ec6d066f892f29da6593e99e73a7dfd014

Author:    Carl Eugen Hoyos <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Sun Apr  3 22:45:16 2011 +0200

wav: remove an invalid free().

Signed-off-by: Anton Khirnov <[email protected]>

---

 libavformat/wav.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavformat/wav.c b/libavformat/wav.c
index 21374e8..92c9bfc 100644
--- a/libavformat/wav.c
+++ b/libavformat/wav.c
@@ -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);

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to