Fix Gif Loader using uninitialized variable 26/83926/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Aug 2016 15:23:32 +0000 (16:23 +0100)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 15 Aug 2016 15:23:35 +0000 (16:23 +0100)
commit41990c27e1dcbe9d14c34ea3972b95859be0659e
treec4ce6980aa6f49da87cfbc4880cd39339d307669
parent47c625f82f1f7a7d6a81ffa880bb8263d5a0da38
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