diff options
Diffstat (limited to 'camera/QCamera2/HAL3/QCamera3Channel.cpp')
| -rwxr-xr-x | camera/QCamera2/HAL3/QCamera3Channel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3Channel.cpp b/camera/QCamera2/HAL3/QCamera3Channel.cpp index 595d277..7a77243 100755 --- a/camera/QCamera2/HAL3/QCamera3Channel.cpp +++ b/camera/QCamera2/HAL3/QCamera3Channel.cpp @@ -1956,6 +1956,7 @@ void QCamera3ReprocessChannel::streamCbRoutine(mm_camera_super_buf_t *super_fram } *frame = *super_frame; obj->m_postprocessor.processPPData(frame); + free(super_frame); return; } |
