projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d59518d
)
free ftyp atom
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Tue, 21 Mar 2006 00:18:30 +0000
(
00:18
+0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Tue, 21 Mar 2006 00:18:30 +0000
(
00:18
+0000)
Originally committed as revision 5187 to svn://svn.ffmpeg.org/ffmpeg/trunk
qt-faststart.c
patch
|
blob
|
history
diff --git
a/qt-faststart.c
b/qt-faststart.c
index
535dde3
..
2fc5a16
100644
(file)
--- a/
qt-faststart.c
+++ b/
qt-faststart.c
@@
-288,6
+288,8
@@
int main(int argc, char *argv[])
fclose(infile);
fclose(outfile);
free(moov_atom);
+ if (ftyp_atom_size > 0)
+ free(ftyp_atom);
return 0;
@@
-295,5
+297,7
@@
error_out:
fclose(infile);
fclose(outfile);
free(moov_atom);
+ if (ftyp_atom_size > 0)
+ free(ftyp_atom);
return 1;
}