do not call elm_progressbar_pulse with null argument
authorArnaud Renevier <a.renevier@samsung.com>
Tue, 24 Feb 2015 22:59:46 +0000 (14:59 -0800)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
commitae6c5f4ad3794a4ef90995858f3718740795175d
treea14abdd6e0fe12ffbab1d3052b0d30b1a69a74bd
parent094991d83189dbd61924c5aad1844009da30aae2
do not call elm_progressbar_pulse with null argument

When running the desktop UI, loading_indicator is NULL. This patch
avoids calling elm_progressbar_pulse when this is the case. This
prevents the following error: "obj_id (nil) is not pointing to a valid
object. Maybe it has already been freed."
Reviewed by: Antonio Gomes, Piotr Tworek

Change-Id: Ib89a80aea2cdf684ee72e79d2f106366050ff7d8
Signed-off-by: Arnaud Renevier <a.renevier@samsung.com>
tizen_src/ewk/ubrowser/browser.cc