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
9351b2f7
Commit
9351b2f7
authored
Sep 09, 2016
by
Steinar Midtskogen
Committed by
Yaowu Xu
Oct 10, 2016
Browse files
Fix a memleak in CLPF.
The memleak appeared in
eb5794da
. Change-Id: Ifdd6d64aafa0d0ce4dfaf1844f594d5f843bf2e0
parent
e8224c7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
av1/common/clpf.c
View file @
9351b2f7
...
...
@@ -168,6 +168,7 @@ int av1_clpf_frame(const YV12_BUFFER_CONFIG *orig_dst,
aom_free
(
cache
);
aom_free
(
cache_ptr
);
aom_free
(
cache_dst
);
}
return
block_index
;
...
...
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