diff utils.c @ 2973:910ac68ab3b5 libavformat

Add support for Matroska attachments. patch by eugeni _dot_ stepanov _at_ gmail.com and myself
author aurel
date Sun, 27 Jan 2008 15:43:17 +0000
parents 0cf3b8359da8
children d6f8c7cc47f9
line wrap: on
line diff
--- a/utils.c	Sat Jan 26 22:57:53 2008 +0000
+++ b/utils.c	Sun Jan 27 15:43:17 2008 +0000
@@ -2112,6 +2112,7 @@
         av_free(st->index_entries);
         av_free(st->codec->extradata);
         av_free(st->codec);
+        av_free(st->filename);
         av_free(st);
     }
     for(i=s->nb_programs-1; i>=0; i--) {