[3.0] Fix Gif Loader using uninitialized variable 15/84915/3 accepted/tizen/common/20160830.150403 accepted/tizen/ivi/20160830.235909 accepted/tizen/mobile/20160830.235729 accepted/tizen/tv/20160830.235803 accepted/tizen/wearable/20160830.235834 submit/tizen/20160830.090852
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Aug 2016 15:23:32 +0000 (16:23 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 24 Aug 2016 18:13:08 +0000 (11:13 -0700)
commit71fed415ba1456bdbd92e88aaf6046f735f6891e
treee73534eb03fd604cd7a2e1862fcc7373909a764c
parent3d8c0ed7c81e51d5fc509fe189d02b0ae7309726
[3.0] Fix Gif Loader using uninitialized variable

We were passing in a variable that had no valid address for the newer version of giflib.

This caused a crash when loading certain types of gifs (which we did in the Image Scaling Grid demo).

Change-Id: Iffc392a06df135390679f15026ef4818c4c50e5f
platform-abstractions/tizen/image-loaders/loader-gif.cpp