OSDN Git Service

stagefright-plugins: Fix memory leak
authorKeith Mok <kmok@cyngn.com>
Mon, 14 Mar 2016 19:12:27 +0000 (12:12 -0700)
committerEthan Chen <intervigil@gmail.com>
Tue, 15 Mar 2016 00:14:44 +0000 (17:14 -0700)
commitc32061cf1cfbd21f7f19f241548a83ae267cd1d1
tree2b0137b4d4d5fbb36b4ae2fa9245bdbdb1a2ea5f
parentc39d0913afa42aa35b8ac0b867668f65569654fc
stagefright-plugins: Fix memory leak

Should use av_frame_free to free AVFrame
instead of av_freep

CYNGNOS-2239

Change-Id: If441761f55d92f3de94ede36a1ec7cfa5b63dfd4
omx/SoftFFmpegAudio.cpp
omx/SoftFFmpegVideo.cpp