Added memory deallocation of Consumer main thread handle.
authorKIM JungYong <jyong2.kim@samsung.com>
Thu, 28 Jul 2016 09:49:44 +0000 (18:49 +0900)
committerUze Choi <uzchoi@samsung.com>
Fri, 29 Jul 2016 07:11:13 +0000 (07:11 +0000)
commit0364528829c15112ffb014042371225aeecca4a6
tree06a664dd863ce726155191115ca3c048738829ed
parent2d89973a92cfb4d932c61e2736aab98dcdb5dc8c
Added memory deallocation of Consumer main thread handle.

When consumer service stopped,
consumer thread handle should de-allocate at memory
because it was allocated the way of dynamic-allocation.

Thread handle is de-allocated on NSDestroyThreadHandle().

Change-Id: I01d773892c6f6d79b833036df8f078a4f6df0ce7
Signed-off-by: KIM JungYong <jyong2.kim@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9831
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
service/notification/src/consumer/NSThread.c