Change DPL::WaitableHandleWatchSupport's destructor not to call DPL:Aassert explicitly.
authorYunchan Cho <yunchan.cho@samsung.com>
Sat, 2 Feb 2013 07:57:41 +0000 (16:57 +0900)
committerYunchan Cho <yunchan.cho@samsung.com>
Sat, 2 Feb 2013 08:09:35 +0000 (17:09 +0900)
commite767e1610d18442e150cfb1de0d0c72dac45da79
tree542d944f7d913b596dff43da96d5a9e1e1261623
parent5e85df9dd95bc98905a47d1b39296779e71911a8
Change DPL::WaitableHandleWatchSupport's destructor not to call DPL:Aassert explicitly.

[Issue#] N_SE-23934
[Problem] When chatter, SDK sample webapp, is closed, chatter's Web Process is asserted
[Cause] DPL::WaitableHandleWatchSupport's destructor call assert if its map container has any instance.
[Solution] DPL::WaitableHandleWatchSupport's destructor doesn't call assert function explicitly in any case.
           Even if its map container has any instance, destructor of map container releases existing instances in it automatically.

Change-Id: Ieb54e1b6a692132222e72e7b41f0666d4a211afa
modules/core/src/waitable_handle_watch_support.cpp