Fix Prevent issue
authorTae-Jeong Lee <taejeong.lee@samsung.com>
Tue, 8 Oct 2013 09:17:05 +0000 (18:17 +0900)
committerHoseon LEE <hoseon46.lee@samsung.com>
Mon, 14 Oct 2013 11:35:27 +0000 (20:35 +0900)
commitb2d313a2ffe34ae506210db1d4240da77d7f67a6
treed174294b6724a6b353f2edfd2864f33e28d7dc11
parent0f8e769c16711e854c58c915bee1def4d4803a57
Fix Prevent issue

[Issue#]   CID: 17523
[Problem]  Resource leak.
[Cause]    There was allocated memory resources that we intentionally keep it
           not to be released until its process terminates.
[Solution] Use atexit() to release resources properly.

Change-Id: I05658e633d9c7537731368a5e0ec27a76355bebe
src/wrt-launchpad-daemon/include/process_pool_launchpad_util.h