Chromium Code Reviews| Index: source/libvpx/vp8/encoder/denoising.c |
| =================================================================== |
| --- source/libvpx/vp8/encoder/denoising.c (revision 291659) |
| +++ source/libvpx/vp8/encoder/denoising.c (working copy) |
| @@ -430,6 +430,7 @@ |
| vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_running_avg[i]); |
| } |
| vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_mc_running_avg); |
| + vp8_yv12_de_alloc_frame_buffer(&denoiser->yv12_last_source); |
| vpx_free(denoiser->denoise_state); |
| } |