summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-21 12:47:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-21 12:47:46 +0000
commitacf0b6a65705ca3dbeae1720c1c703089c02c3f3 (patch)
tree8e7d36300fe81a0676388c77c480811d3436c2ce /libavformat
parentbb85077fc97b186c270ba82f820b2ec6928d05c6 (diff)
the context is supposed to be freed in the generic code in utils.c
Originally committed as revision 7604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/aiff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index 10eb1d1f4b..813c7626a4 100644
--- a/libavformat/aiff.c
+++ b/libavformat/aiff.c
@@ -166,7 +166,6 @@ static int aiff_write_header(AVFormatContext *s)
/* First verify if format is ok */
if (!enc->codec_tag) {
- av_free(aiff);
return -1;
}