changeset 1684:f4a826a2215a libavformat

the context is supposed to be freed in the generic code in utils.c
author michael
date Sun, 21 Jan 2007 12:47:46 +0000
parents 8b062c65fe0d
children 22abad288650
files aiff.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/aiff.c	Sun Jan 21 12:44:58 2007 +0000
+++ b/aiff.c	Sun Jan 21 12:47:46 2007 +0000
@@ -166,7 +166,6 @@
 
     /* First verify if format is ok */
     if (!enc->codec_tag) {
-        av_free(aiff);
         return -1;
     }