Commit f6d19bde authored by bcoudurier's avatar bcoudurier

free ftyp atom


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5187 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eb9070a7
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment