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:03:39 +0000 (17:03 +0900)
commitb16c33fe068781a6b1d48c0e0c25c64e97b9aa7b
treeb1e138071217a14c0711c2de92bc2af58586d695
parent9fef5dbf2de8526d42bba387eac556d77fd43c2f
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