Fix crash issue when FastTrackUploading load YUV 44/301944/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 28 Nov 2023 05:31:16 +0000 (14:31 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 28 Nov 2023 05:56:21 +0000 (14:56 +0900)
commitce9cbe050e456aaf1bbf63d0e42a328194c85402
tree3ebec57960dcb7ca2629b404d82cf591247fd05d
parent5926b0ec7eb3ab1b142923dc2417a20db862ee22
Fix crash issue when FastTrackUploading load YUV

pixelBuffer[0] was already invalidated after PixelBuffer::Convert.
So, we should use mPixelData[0] when we want to get the size of image.

Change-Id: I0e507c05f377416961fa17347fd26403a8153a27
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/image-loader/fast-track-loading-task.cpp