commit | a0c5812dfbb34c168129baa300942db18bed9f5e | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Wed Jun 18 15:56:00 2014 +0100 |
committer | Ashok Bhat <ashok.bhat@arm.com> | Wed Jun 25 12:56:29 2014 +0100 |
tree | 56e5efefaab8d3adcebe3247be3badb7f283eece | |
parent | 05eaf105a2a1445c2c13801ee4533ded47f1df1b [diff] |
h264_enc: Use free() to release memory allocated with malloc() mInputFrameData and mSliceGroup are allocated memory with malloc() but released using delete. Changed this to use free() instead. Change-Id: Iecf6684d97fabb2229d9abd94279a24faf9ac2d7 Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>