Fixed crash issue in case of install prefer-external
authorJihoon Chung <jihoon.chung@samsung.com>
Wed, 24 Apr 2013 05:23:24 +0000 (14:23 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 24 Apr 2013 07:44:09 +0000 (16:44 +0900)
commit31965b77018e4397979fe9d2a844e16f53fc07a9
treee3bde59459121963394d93ed587f7f06917cd299
parente758816571289807cefbc5a44bcda4ef09364cb5
Fixed crash issue in case of install prefer-external

[Issue#] N_SE-36044
[Problem] Unexpected crash is occurred when install-location set
to prefer-external
[Cause] In case of SD card isn't ready, exception is thrown.
During catch and handle exception, callback touch un-initialized
value.
[Solution] Add condition to prevent un-initialize value
[SCMRequest] N/A

Change-Id: I68eb0ccd5d7ee8737e2e89eba563a8d1ccc0342f
src/misc/widget_install_to_external.cpp