Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
x264
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
x264
Commits
8e67a586
Commit
8e67a586
authored
Sep 14, 2009
by
Fiona Glaser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing fclose for mbtree input statsfile on second pass
Bug report by VFRmaniac
parent
f81f14e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
encoder/ratecontrol.c
encoder/ratecontrol.c
+2
-0
No files found.
encoder/ratecontrol.c
View file @
8e67a586
...
...
@@ -841,6 +841,8 @@ void x264_ratecontrol_delete( x264_t *h )
x264_free
(
rc
->
psz_mbtree_stat_file_tmpname
);
x264_free
(
rc
->
psz_mbtree_stat_file_name
);
}
if
(
rc
->
p_mbtree_stat_file_in
)
fclose
(
rc
->
p_mbtree_stat_file_in
);
x264_free
(
rc
->
pred
);
x264_free
(
rc
->
pred_b_from_p
);
x264_free
(
rc
->
entry
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment