Fix issue about GHashtable and GList 86/97786/3 accepted/tizen/3.0/common/20161118.192937 accepted/tizen/3.0/ivi/20161118.003828 accepted/tizen/3.0/mobile/20161118.003726 accepted/tizen/3.0/tv/20161118.003746 accepted/tizen/3.0/wearable/20161118.003808 submit/tizen_3.0/20161117.022446
authorseungha.son <seungha.son@samsung.com>
Tue, 15 Nov 2016 05:00:06 +0000 (14:00 +0900)
committerseungha.son <seungha.son@samsung.com>
Tue, 15 Nov 2016 10:44:38 +0000 (19:44 +0900)
commitec37f8e0a1e1fc8498788c5520e60b89c66d9f31
treed3b9a67edf587bb0fefa866b6febe750b791a3c0
parent4eb618bf5748d20a28fb6e5a4f9f502bb161b5b1
Fix issue about GHashtable and GList

 - The issue mat arise if GList is used for the value of GHashtable,
   If the head list of GList is deleted, GHashtable will not be able to
   find GList.
   The problem is solved by replacing the corresponding list with GHashTable.

Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: Ifecadeceee9041baaff30734af335a820ce73b02
src/notification_internal.c