Fix defect detected by static analysis tool 12/250812/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Jan 2021 02:50:23 +0000 (11:50 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 5 Jan 2021 02:51:50 +0000 (11:51 +0900)
commit0b0642ad3992539f3b2bbb138444e17151339da9
treedd6fd6e9968e73fd29ac1c49addb36c0dde2ab87
parentb69b2d6f662f9baa34905b6cdb913f46546b15b7
Fix defect detected by static analysis tool

Return value of a function 'get_candidate' is dereferenced at ise.cpp:2596 without checking,
but it is usually checked for this function (74/80).

Change-Id: Ia68b00104cd154932eb540ba5752cd333280365c
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/ise.cpp