remove comparing to a NULL value 37/288237/1 accepted/tizen/unified/20230215.155615
authordyamy-lee <dyamy.lee@samsung.com>
Mon, 13 Feb 2023 06:17:02 +0000 (15:17 +0900)
committerTizen AI <ai.tzn.sec@samsung.com>
Tue, 14 Feb 2023 04:51:09 +0000 (13:51 +0900)
commit1081a921091e77750d9343dd39865bddc7d9d6dd
tree2ac7c17ceb686255a6f4e03043a98c16bb567178
parent269b05c2cee9f5cbf6d7908a7ff396e12ba82ed9
remove comparing to a NULL value

Pointer 'itemList' is a result of shifting after dereference, so it can't have NULL value.
Therefore, removing to compare with NULL value about itemList, and just check size of it

Change-Id: Ic10cca4af5d70f5bf3ef2aac4f135e7d2a5d682c
src/mmimgr/iu/VoiceTouchEngine.cpp