summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiwoong Im <jiwoong.im@samsung.com>2015-12-01 18:48:16 +0900
committerJiwoong Im <jiwoong.im@samsung.com>2015-12-01 18:48:16 +0900
commit18dfd4dea2be801b22c40778209b66f8c6a3ea1e (patch)
tree971e739ea8fd29931439ad164dbf0de1267bab36
parent6ddf4139c1d62e02c1774e69b9be8e7ee7616864 (diff)
downloadaul-1-18dfd4dea2be801b22c40778209b66f8c6a3ea1e.tar.gz
aul-1-18dfd4dea2be801b22c40778209b66f8c6a3ea1e.tar.bz2
aul-1-18dfd4dea2be801b22c40778209b66f8c6a3ea1e.zip
enable to recycle application
Change-Id: I69f459b5893a7ceeb00311b49167bb50e8862109 Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
-rw-r--r--am_daemon/amd_app_group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/am_daemon/amd_app_group.c b/am_daemon/amd_app_group.c
index c22c7d54..76231757 100644
--- a/am_daemon/amd_app_group.c
+++ b/am_daemon/amd_app_group.c
@@ -1187,8 +1187,8 @@ void app_group_lower(int pid, int *exit)
app_group_reroute(pid);
ac = __context_dup(ac);
__group_remove(pid);
- /* if (ac)
- __do_recycle(ac); */
+ if (ac)
+ __do_recycle(ac);
}
*exit = 0;
} else