Fix issue about GHashtable and GList 39/94539/2 accepted/tizen/3.0/common/20161114.081628 accepted/tizen/3.0/ivi/20161102.075738 accepted/tizen/3.0/mobile/20161102.075551 accepted/tizen/3.0/tv/20161102.075636 accepted/tizen/3.0/wearable/20161102.075709 accepted/tizen/common/20161102.121425 accepted/tizen/ivi/20161101.123009 accepted/tizen/mobile/20161101.122905 accepted/tizen/tv/20161101.122932 accepted/tizen/wearable/20161101.122955 submit/tizen/20161101.004208 submit/tizen_3.0/20161102.051512 submit/tizen_3.0_common/20161110.084657
authorseungha.son <seungha.son@samsung.com>
Mon, 31 Oct 2016 08:37:04 +0000 (17:37 +0900)
committerseungha.son <seungha.son@samsung.com>
Mon, 31 Oct 2016 23:53:56 +0000 (08:53 +0900)
commita24373cdf486e508c636c7f3b17ac7c772c12e7a
tree8a2e17422481da13fbdcd9997cfb88de5ece8a48
parent7db4da2e2fc431d55dda074224c9c3ef530d137a
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: Id4f69a033c6aa11f8f2bc58ddfdc7800dc0a3c29
src/notification_service.c