Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yushin Cho
aom-rav1e
Commits
ba869a9b
Commit
ba869a9b
authored
Jun 30, 2014
by
Marco Paniconi
Committed by
Gerrit Code Review
Jun 30, 2014
Browse files
Merge "vp8 denoiser fix: free memory of denoiser->denoiser_state."
parents
04d9720c
970c1253
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 @
ba869a9b
...
...
@@ -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