Handling hash table NULL case 76/243876/3 accepted/tizen/unified/20200911.143328 submit/tizen/20200911.032314
authorhyunho <hhstark.kang@samsung.com>
Fri, 11 Sep 2020 01:38:35 +0000 (10:38 +0900)
committerhyunho <hhstark.kang@samsung.com>
Fri, 11 Sep 2020 02:18:40 +0000 (11:18 +0900)
commit7beaf292c1526297c51078ebf7c6e83608862bed
treeaa49a60b8a3b4034dc9f4dac54f92a1d2a01c95e
parent477b00549f20a3351a1fdd90c1b05130e6ce0763
Handling hash table NULL case

In multi-thread environment, hash table can be removed in any context
therefore, we need to check whether the table is NULL or not everytime.

Change-Id: Iedaa5832596981a487972f77fbba1b9e62276469
Signed-off-by: hyunho <hhstark.kang@samsung.com>
widget_viewer_evas/src/widget_viewer_evas.c