Remove g_thread_unref after g_thread_join 44/108144/1
authorJeongmo Yang <jm80.yang@samsung.com>
Tue, 3 Jan 2017 06:38:35 +0000 (15:38 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Tue, 3 Jan 2017 06:38:35 +0000 (15:38 +0900)
commit7650bca661c344942fdda3f0f669b4d02d178fd2
treed34f73b9dd62459f3656ff6c4a68f6d9f65d0854
parent27ef7c00603fb98284c61466c3c7f564984d3a9d
Remove g_thread_unref after g_thread_join

g_thread_unref is also called in g_thread_join,
so g_thread_unref after g_thread_join is not needed
and it can cause memory corruption.

[Version] 0.2.49
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20161230.2]

Change-Id: I829d33bd0786caf49858b1ec506ff4408d4b7c45
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/capi-media-recorder.spec
src/recorder.c