Fix deference after NULL issue 02/119202/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Thu, 16 Mar 2017 03:48:10 +0000 (12:48 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Thu, 16 Mar 2017 03:48:19 +0000 (12:48 +0900)
commit4ffbc349038eb507aaac5c2c9d8d47537b535874
treef7329bcb30ba3265c4efa0554702119e5538aef7
parent202738b00d889ee2d1fb5f9b6e138ff3da1401ae
Fix deference after NULL issue

After having been compared to NULL value at ise.cpp:671, pointer 'g_ui' is dereferenced at ise.cpp:677.

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