Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
033fde8d
Commit
033fde8d
authored
May 21, 2014
by
James Zern
Committed by
Gerrit Code Review
May 21, 2014
Browse files
Merge "vpx_temporal_svc_encoder: fix memory leak on success"
parents
81880966
21a03718
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/vpx_temporal_svc_encoder.c
View file @
033fde8d
...
...
@@ -663,5 +663,6 @@ int main(int argc, char **argv) {
for
(
i
=
0
;
i
<
cfg
.
ts_number_layers
;
++
i
)
vpx_video_writer_close
(
outfile
[
i
]);
vpx_img_free
(
&
raw
);
return
EXIT_SUCCESS
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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