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
970c1253
Commit
970c1253
authored
Jun 29, 2014
by
Marco Paniconi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vp8 denoiser fix: free memory of denoiser->denoiser_state.
Change-Id: I86451ddfa90d871e46e5b4c97794dbef65293c6c
parent
2af46568
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
vp8/encoder/denoising.c
vp8/encoder/denoising.c
+1
-0
No files found.
vp8/encoder/denoising.c
View file @
970c1253
...
...
@@ -383,6 +383,7 @@ void vp8_denoiser_free(VP8_DENOISER *denoiser)
vp8_yv12_de_alloc_frame_buffer
(
&
denoiser
->
yv12_running_avg
[
i
]);
}
vp8_yv12_de_alloc_frame_buffer
(
&
denoiser
->
yv12_mc_running_avg
);
vpx_free
(
denoiser
->
denoise_state
);
}
...
...
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