Apply patch from MCD 87/208587/1 accepted/tizen/unified/20190703.110703 submit/tizen/20190702.000230 submit/tizen/20190703.013654
authorjiyong.min <jiyong.min@samsung.com>
Wed, 26 Jun 2019 07:46:00 +0000 (16:46 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Wed, 26 Jun 2019 07:46:00 +0000 (16:46 +0900)
commitf89288f35a782206e44b3fb2ef39d2593321c556
tree29a80f4bbc1ee243c15e87076ced5da57c34110c
parent644b50a5fa350eae71e1abd45fd5f388cd5a543b
Apply patch from MCD

[Problem] unallocated pointer is getting freed
[Cause] unallocated pointer is getting freed
[Solution] Merged changes from FFMPEG,
 In ff_init_vlc_sparse() function of libav\libavcodec\bitstream.c file,
 which will not free unallocated pointer

Change-Id: Ie479987e7bcbfe362b6c0d454cff92de6b4d9a25
libavcodec/bitstream.c