Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
aom-rav1e
Commits
2d8339ee
Commit
2d8339ee
authored
Jul 09, 2014
by
James Zern
Committed by
Gerrit Code Review
Jul 09, 2014
Browse files
Options
Browse Files
Download
Plain Diff
Merge "vp9_decoder_remove: destroy common after thread shutdown"
parents
a581da21
2e0588bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vp9/decoder/vp9_decoder.c
vp9/decoder/vp9_decoder.c
+1
-1
No files found.
vp9/decoder/vp9_decoder.c
View file @
2d8339ee
...
...
@@ -85,7 +85,6 @@ void vp9_decoder_remove(VP9Decoder *pbi) {
VP9_COMMON
*
const
cm
=
&
pbi
->
common
;
int
i
;
vp9_remove_common
(
cm
);
vp9_get_worker_interface
()
->
end
(
&
pbi
->
lf_worker
);
vpx_free
(
pbi
->
lf_worker
.
data1
);
vpx_free
(
pbi
->
tile_data
);
...
...
@@ -103,6 +102,7 @@ void vp9_decoder_remove(VP9Decoder *pbi) {
vp9_loop_filter_dealloc
(
&
pbi
->
lf_row_sync
,
sb_rows
);
}
vp9_remove_common
(
cm
);
vpx_free
(
pbi
);
}
...
...
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