exynos_omx: Do not call memset on object to be freed
authorSeungBeom Kim <sbcrux.kim@samsung.com>
Thu, 27 Sep 2012 19:40:28 +0000 (12:40 -0700)
committerDima Zavin <dima@android.com>
Fri, 28 Sep 2012 18:52:29 +0000 (11:52 -0700)
commit2ebe89a460965830ca986793367a019b7e3ec947
tree56667a58e850cb6a17f3a566e4b45bc7c9b63ba1
parent405cc12255d59427f17ebc017daf9af589e2640e
exynos_omx: Do not call memset on object to be freed

pointer could be null, in which case free would succeed
but we first called memset() and things exploded.

Fixes a crash when video editor test attempts to export video
with multiple transitions.

Bug: 7233929
Change-Id: Iac752effe2c239b218cfe3c7d46d1b0ad19b7080
Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
exynos_omx/openmax/exynos_omx/core/Exynos_OMX_Component_Register.c